mirror of
https://github.com/rust-lang/rust.git
synced 2025-09-29 15:48:52 +00:00

This more closely matches the RFC and what our T-lang contact has asked for, see https://github.com/rust-lang/rust/issues/136889#issuecomment-3212715312
10 lines
157 B
Rust
10 lines
157 B
Rust
--- Cargo-toml
|
|
---
|
|
|
|
// infostrings can contain hyphens as long as a hyphen isn't the first character.
|
|
//@ check-pass
|
|
|
|
#![feature(frontmatter)]
|
|
|
|
fn main() {}
|