]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/issues/issue-3099-b.stderr
Rollup merge of #60492 - acrrd:issues/54054_chain, r=SimonSapin
[rust.git] / src / test / ui / issues / issue-3099-b.stderr
index cc49325805e3602a48a5f91b38c76b507053f64a..3ba8b189da6702634d40e00ca0c43302da2aec02 100644 (file)
@@ -4,7 +4,7 @@ error[E0428]: the name `a` is defined multiple times
 LL | pub mod a {}
    | --------- previous definition of the module `a` here
 LL | 
-LL | pub mod a {} //~ ERROR the name `a` is defined multiple times
+LL | pub mod a {}
    | ^^^^^^^^^ `a` redefined here
    |
    = note: `a` must be defined only once in the type namespace of this module