We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
VisitorResult
1 parent a655e64 commit 564837eCopy full SHA for 564837e
compiler/rustc_ast_ir/src/visit.rs
@@ -14,7 +14,7 @@ impl VisitorResult for () {
14
type Residual = !;
15
16
#[cfg(not(feature = "nightly"))]
17
- type Residual = core::ops::Infallible;
+ type Residual = core::convert::Infallible;
18
19
fn output() -> Self {}
20
fn from_residual(_: Self::Residual) -> Self {}
0 commit comments