Skip to content

Commit 8de5777

Browse files
The new diagnostic has found a bug lurking in minicore
It's cute, isn't it?
1 parent 16dc24a commit 8de5777

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/test-utils/src/minicore.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1063,7 +1063,7 @@ pub mod cmp {
10631063
// region:fmt
10641064
pub mod fmt {
10651065
pub struct Error;
1066-
pub type Result = Result<(), Error>;
1066+
pub type Result = crate::result::Result<(), Error>;
10671067
pub struct Formatter<'a>;
10681068
pub struct DebugTuple;
10691069
pub struct DebugStruct;

0 commit comments

Comments
 (0)