Sign in
rust
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
lint
/
must_not_suspend
/
other_items.rs
blob: 7a42a2bba03b0db7d0d005cc15d691badf5dc799 [
file
] [
log
] [
blame
]
//@ edition:2018
#![
feature
(
must_not_suspend
)]
#![
deny
(
must_not_suspend
)]
#[
must_not_suspend
]
//~ ERROR attribute should be
mod
inner
{}
fn
main
()
{}