Rollup merge of #122223 - Jarcho:visit_fix, r=oli-obk
Fix typo in `VisitorResult` r? ```@oli-obk```
This commit is contained in:
commit
2894585f7e
@ -14,7 +14,7 @@ impl VisitorResult for () {
|
||||
type Residual = !;
|
||||
|
||||
#[cfg(not(feature = "nightly"))]
|
||||
type Residual = core::ops::Infallible;
|
||||
type Residual = core::convert::Infallible;
|
||||
|
||||
fn output() -> Self {}
|
||||
fn from_residual(_: Self::Residual) -> Self {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user