os-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-24 02:26:50 +03:00
fn main() {
format_args!({ #[derive(Clone)] struct S; });
//~^ ERROR format argument must be a string literal
}