Sign in
rust
/
rust
/
refs/heads/perf-tmp
/
.
/
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
;