Logo
Explore Help
Register Sign In
rust-lang/rust
1
0
Fork 0
You've already forked rust
Code Issues Pull Requests Actions 2 Packages Projects Releases Wiki Activity
Files
51b51b51d7931da85280382a81c4dd80c73ca754
rust/tests/ui/imports/issue-8640.rs

11 lines
168 B
Rust
Raw Normal View History

Add a regression test for #8640. This doesn't add a test for the main problem in #8640 since it seems that was already fixed (including a test) in PR #19522. This just adds a test for a program mentioned in the comments that used to erroneously compile. Closes #8640.
2015-07-01 12:22:42 -05:00
#[allow(unused_imports)]
mod foo {
use baz::bar;
mod bar {}
Clearer Error Message for Duplicate Definition Clearer use of the error message and span labels to communicate duplicaiton defitions/imports. New error format: ``` error[E0428]: the name `Foo` is defined twice --> example.rs:2:1 | 1 | trait Foo { } | ------------- previous definition of the trait `Foo` here 2 | struct Foo { } | ^^^^^^^^^^^^^^ `Foo` redefined here = note: `Foo` must be defined only once in the type namespace of this module error: aborting due to previous error ```
2017-05-17 20:29:58 -07:00
//~^ ERROR the name `bar` is defined multiple times
Add a regression test for #8640. This doesn't add a test for the main problem in #8640 since it seems that was already fixed (including a test) in PR #19522. This just adds a test for a program mentioned in the comments that used to erroneously compile. Closes #8640.
2015-07-01 12:22:42 -05:00
}
mod baz { pub mod bar {} }
fn main() {}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 3952ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API