mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-25 11:14:46 +00:00

This will make it easier to validate error improvements I'm working on as well as make it easier to update from rust-lang/rust
13 lines
137 B
Rust
13 lines
137 B
Rust
---
|
|
package.description = """
|
|
x ---🚧️
|
|
"""
|
|
---
|
|
|
|
// Regression test for #141483
|
|
//@check-pass
|
|
|
|
#![feature(frontmatter)]
|
|
|
|
fn main() {}
|