Sign in
rust
/
rust
/
e8a00a7621606f8c4a34b679cefaaa6aecf2442e
/
.
/
tests
/
rustdoc
/
use-attr.rs
blob: 82d696991a6446c85de74d83c4d5bd8a329b0687 [
file
] [
log
] [
blame
]
//@ edition:2018
// ICE when rustdoc encountered a use statement of a non-macro attribute (see #58054)
//@ has use_attr/index.html
//@ has - '//code' 'pub use proc_macro_attribute'
pub
use
proc_macro_attribute
;
use
proc_macro_derive
;