1 2 3 4 5 6 7 8
#![allow(dead_code)] use arg_attr::args; #[args(_url: String)] fn silly_drop() { drop(_url); }