Files
rust/tests/ui/attributes/z-crate-attr/comments.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
109 B
Rust
Raw Normal View History

2025-03-10 23:25:22 -04:00
//@ check-pass
//@ compile-flags: -Zcrate-attr=/*hi-there*/feature(rustc_attrs)
#[rustc_dummy]
fn main() {}