Rollup merge of #122223 - Jarcho:visit_fix, r=oli-obk
Fix typo in `VisitorResult` r? ```@oli-obk```
This commit is contained in:
commit
2894585f7e
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ impl VisitorResult for () {
|
||||||
type Residual = !;
|
type Residual = !;
|
||||||
|
|
||||||
#[cfg(not(feature = "nightly"))]
|
#[cfg(not(feature = "nightly"))]
|
||||||
type Residual = core::ops::Infallible;
|
type Residual = core::convert::Infallible;
|
||||||
|
|
||||||
fn output() -> Self {}
|
fn output() -> Self {}
|
||||||
fn from_residual(_: Self::Residual) -> Self {}
|
fn from_residual(_: Self::Residual) -> Self {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue