Sign in
fuchsia
/
third_party
/
rust
/
51b51b51d7931da85280382a81c4dd80c73ca754
/
.
/
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
;