The new diagnostic has found a bug lurking in minicore

It's cute, isn't it?
This commit is contained in:
Chayim Refael Friedman 2025-03-30 20:38:20 +03:00
parent 99ce53b1d7
commit 7b8200ba8d

View file

@ -1063,7 +1063,7 @@ pub mod cmp {
// region:fmt
pub mod fmt {
pub struct Error;
pub type Result = Result<(), Error>;
pub type Result = crate::result::Result<(), Error>;
pub struct Formatter<'a>;
pub struct DebugTuple;
pub struct DebugStruct;