mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 11:59:49 +00:00
Revert "feat: Diagnose some incorrect usages of the question mark operator"
This commit is contained in:
parent
4d4c05d32b
commit
8047512dca
13 changed files with 125 additions and 289 deletions
|
@ -259,7 +259,6 @@ macro_rules! __known_path {
|
|||
(core::future::Future) => {};
|
||||
(core::future::IntoFuture) => {};
|
||||
(core::ops::Try) => {};
|
||||
(core::ops::FromResidual) => {};
|
||||
($path:path) => {
|
||||
compile_error!("Please register your known path in the path module")
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue