]> git.lizzy.rs Git - rust.git/blob - src/test/ui/hygiene/expansion-info-reset.rs
Require Drop impls to have the same constness on its bounds as the bounds on the...
[rust.git] / src / test / ui / hygiene / expansion-info-reset.rs
1 fn main() {
2     format_args!({ #[derive(Clone)] struct S; });
3     //~^ ERROR format argument must be a string literal
4 }