mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 11:17:26 +03:00
66b8a9db1f
Signed-off-by: Jonathan Brouwer <jonathantbrouwer@gmail.com>
5 lines
198 B
Rust
5 lines
198 B
Rust
#[feature(lang_items)] //~ WARN crate-level attribute should be an inner attribute
|
|
|
|
#![recursion_limit="100"] //~ ERROR an inner attribute is not permitted following an outer attribute
|
|
fn main() {}
|