mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-28 10:39:45 +00:00
The new diagnostic has found a bug lurking in minicore
It's cute, isn't it?
This commit is contained in:
parent
99ce53b1d7
commit
7b8200ba8d
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue