1 2 3 4 5 6 7 8 9
use dtor::dtor; // Unknown form of attribute #[dtor(unknown-attribute)] fn foo() { } fn main() { }