We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc7a9f6 + 564837e commit 2894585Copy full SHA for 2894585
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