rust/tests/ui/track-diagnostics.rs
2022-10-24 20:52:51 +02:00

9 lines
119 B
Rust

// compile-flags: -Z track-diagnostics
// error-pattern: created at
struct A;
struct B;
const S: A = B;
fn main() {}