]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/super-at-top-level.stderr
Auto merge of #81507 - weiznich:add_diesel_to_cargo_test, r=Mark-Simulacrum
[rust.git] / src / test / ui / super-at-top-level.stderr
index d04ce384fe88630073428fb31fd8b55a690c5c3e..23613df6752fb7e8e600a38735395759dd493a51 100644 (file)
@@ -1,8 +1,8 @@
-error[E0433]: failed to resolve: there are too many initial `super`s.
+error[E0433]: failed to resolve: there are too many leading `super` keywords
   --> $DIR/super-at-top-level.rs:1:5
    |
 LL | use super::f;
-   |     ^^^^^ there are too many initial `super`s.
+   |     ^^^^^ there are too many leading `super` keywords
 
 error: aborting due to previous error