]> git.lizzy.rs Git - rust.git/blob - tests/ui/issues/issue-3099-b.stderr
Rollup merge of #106397 - compiler-errors:new-solver-impl-wc, r=lcnr
[rust.git] / tests / ui / issues / issue-3099-b.stderr
1 error[E0428]: the name `a` is defined multiple times
2   --> $DIR/issue-3099-b.rs:3:1
3    |
4 LL | pub mod a {}
5    | --------- previous definition of the module `a` here
6 LL |
7 LL | pub mod a {}
8    | ^^^^^^^^^ `a` redefined here
9    |
10    = note: `a` must be defined only once in the type namespace of this module
11
12 error: aborting due to previous error
13
14 For more information about this error, try `rustc --explain E0428`.