Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
rustdoc
/
use-attr.rs
blob: 996b7bba62181499b2b2cb627b780f3d5ab9217e [
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
;