rust/tests/ui/hygiene/expansion-info-reset.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
120 B
Rust
Raw Normal View History

2018-08-23 18:26:50 -05:00
fn main() {
format_args!({ #[derive(Clone)] struct S; });
//~^ ERROR format argument must be a string literal
}