]> 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 33361ff84880a6651b3dec7fbfdeb4083c824c19..5e576f11583eb96af36fbb5f512abcb4c0c771ff 100644 (file)
@@ -1,10 +1,10 @@
 error[E0599]: no method named `kaname` found for type `Homura` in the current scope
-  --> $DIR/issue-19692.rs:14:40
+  --> $DIR/issue-19692.rs:4:40
    |
 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