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 834cab7 commit 767a777Copy full SHA for 767a777
library/core/tests/panic.rs
@@ -1 +1 @@
1
-mod location;
+mod location;
library/core/tests/panic/location.rs
@@ -28,4 +28,4 @@ fn location_const_column() {
28
const CALLER: &Location<'static> = Location::caller();
29
const COLUMN: u32 = CALLER.column();
30
assert_eq!(COLUMN, 39);
31
-}
+}
0 commit comments