rust/tests/ui/span/E0537.rs

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

5 lines
74 B
Rust
Raw Normal View History

2016-08-30 19:13:37 +08:00
#[cfg(unknown())] //~ ERROR E0537
pub fn something() {}
pub fn main() {}