1 2 3 4 5 6 7 8
#![no_std] #![crate_type = "lib"] #[macro_use] extern crate foo; #[derive(A)] struct A;