Sign in
rust
/
rust
/
9b1f20d20dc00a950f99a00a34be9d2ca78d1f0d
/
.
/
tests
/
rustdoc-html
/
use-attr.rs
blob: 82d696991a6446c85de74d83c4d5bd8a329b0687 [
file
]
//@ 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
;