2019-02-01 11:17:33 -06:00
|
|
|
//@ edition:2018
|
|
|
|
|
|
|
|
// ICE when rustdoc encountered a use statement of a non-macro attribute (see #58054)
|
|
|
|
|
2024-06-21 07:03:08 -05:00
|
|
|
//@ has use_attr/index.html
|
|
|
|
//@ has - '//code' 'pub use proc_macro_attribute'
|
2019-02-01 11:17:33 -06:00
|
|
|
pub use proc_macro_attribute;
|
|
|
|
use proc_macro_derive;
|