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
15 lines
228 B
Rust
15 lines
228 B
Rust
---cargo
|
|
package.description = """
|
|
🏳️⚧️
|
|
"""
|
|
---
|
|
|
|
//@ check-pass
|
|
|
|
#![feature(frontmatter)]
|
|
|
|
// check that frontmatter blocks can have tokens that are otherwise not accepted by
|
|
// the lexer as Rust code.
|
|
|
|
fn main() {}
|