summaryrefslogtreecommitdiffstats
path: root/src/test/ui/track-diagnostics/track5.rs
blob: c41d9424e85a9b0cac2a74ee4684249a5b09906e (plain)
1
2
3
4
5
6
7
8
// compile-flags: -Z track-diagnostics
// error-pattern: created at

// Normalize the emitted location so this doesn't need
// updating everytime someone adds or removes a line.
// normalize-stderr-test ".rs:\d+:\d+" -> ".rs:LL:CC"

}