]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/module_inception.stderr
iterate List by value
[rust.git] / tests / ui / module_inception.stderr
index f4d4692e259e05f3f960936452f4ab999ea12027..77564dce9eb48fd5a3524f220004d92d2b0f1c08 100644 (file)
@@ -1,5 +1,5 @@
 error: module has the same name as its containing module
-  --> $DIR/module_inception.rs:14:9
+  --> $DIR/module_inception.rs:5:9
    |
 LL | /         mod bar {
 LL | |             mod foo {}
@@ -9,7 +9,7 @@ LL | |         }
    = note: `-D clippy::module-inception` implied by `-D warnings`
 
 error: module has the same name as its containing module
-  --> $DIR/module_inception.rs:19:5
+  --> $DIR/module_inception.rs:10:5
    |
 LL | /     mod foo {
 LL | |         mod bar {}