]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-19692.stderr
Rollup merge of #60492 - acrrd:issues/54054_chain, r=SimonSapin
[rust.git] / src / test / ui / issues / issue-19692.stderr
index 1ed1967667448cbcd2433467aa85bd4113165145..5e576f11583eb96af36fbb5f512abcb4c0c771ff 100644 (file)
@@ -4,7 +4,7 @@ error[E0599]: no method named `kaname` found for type `Homura` in the current sc
 LL | struct Homura;
    | -------------- method `kaname` not found for this
 ...
-LL |     let Some(ref madoka) = Some(homura.kaname()); //~ ERROR no method named `kaname` found
+LL |     let Some(ref madoka) = Some(homura.kaname());
    |                                        ^^^^^^
 
 error: aborting due to previous error