Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
inner-attr-after-doc-comment.rs
blob: 36f4191f06bc37edc571d7941877dae1dd628c5d [
file
] [
log
] [
blame
] [
edit
]
#![
feature
(
lang_items
)]
/**
* My module
*/
#![
recursion_limit
=
"100"
]
//~^ ERROR an inner attribute is not permitted following an outer doc comment
fn
main
()
{}