blob: 2d9111e9b3a9818d1a6ec2ce721f13ff03fa23a1 [file] [log] [blame]
#![feature(use_extern_macros)]
trait Foo {}
#[derive(Foo::Anything)] //~ ERROR failed to resolve: partially resolved path in a derive macro
struct S;