]> git.lizzy.rs Git - rust.git/blob - src/test/ui/hygiene/expansion-info-reset.rs
Rollup merge of #90202 - matthewjasper:xcrate-hygiene, r=petrochenkov
[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 }