We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a58365 commit fd7b116Copy full SHA for fd7b116
coretests/tests/panic/location.rs
@@ -59,7 +59,7 @@ fn location_file_lifetime<'x>() {
59
fn location_debug() {
60
let f = format!("{:?}", Location::caller());
61
assert!(f.contains(&format!("{:?}", file!())));
62
- assert!(f.contains("52"));
+ assert!(f.contains("60"));
63
assert!(f.contains("29"));
64
}
65
0 commit comments