]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/import.rs
Rollup merge of #61207 - taiki-e:arbitrary_self_types-lifetime-elision-2, r=Centril
[rust.git] / src / test / ui / import.rs
index 540258daaec826607f136deb5ef761e37eb847d1..3170dd2fae10824b9e338fc985ca203cd093909f 100644 (file)
@@ -1,6 +1,8 @@
 use zed::bar;
 use zed::baz; //~ ERROR unresolved import `zed::baz` [E0432]
-              //~^ no `baz` in `zed`. Did you mean to use `bar`?
+              //~| no `baz` in `zed`
+              //~| HELP a similar name exists in the module
+              //~| SUGGESTION bar
 
 
 mod zed {