Rollup merge of #73023 - ayushmishra2005:remove_noisy_suggestion, r=davidtwco
Remove noisy suggestion of hash_map Remove noisy suggestion of hash_map #72642 fixes #72642
This commit is contained in:
commit
e1cd8c41a5
8 changed files with 28 additions and 70 deletions
|
|
@ -30,11 +30,10 @@ LL | use std::fmt::Result;
|
|||
|
|
||||
LL | use std::io::Result;
|
||||
|
|
||||
LL | use std::prelude::v1::Result;
|
||||
|
|
||||
LL | use std::result::Result;
|
||||
|
|
||||
and 1 other candidate
|
||||
LL | use std::thread::Result;
|
||||
|
|
||||
|
||||
error[E0573]: expected type, found variant `Result`
|
||||
--> $DIR/issue-17546.rs:30:13
|
||||
|
|
@ -48,11 +47,10 @@ LL | use std::fmt::Result;
|
|||
|
|
||||
LL | use std::io::Result;
|
||||
|
|
||||
LL | use std::prelude::v1::Result;
|
||||
|
|
||||
LL | use std::result::Result;
|
||||
|
|
||||
and 1 other candidate
|
||||
LL | use std::thread::Result;
|
||||
|
|
||||
|
||||
error[E0573]: expected type, found variant `NoResult`
|
||||
--> $DIR/issue-17546.rs:35:15
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue