This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
51b51b51d7931da85280382a81c4dd80c73ca754
rust
/
tests
/
ui
/
imports
/
issue-45829
/
rename.rs
8 lines
90 B
Rust
Raw
Normal View
History
Unescape
Escape
#45829 when a renamed import conflict with a previous import
2018-10-16 08:22:32 +02:00
use
core
;
use
std
as
core
;
Update tests
2018-11-27 10:56:36 +01:00
//~^ ERROR is defined multiple times
#45829 when a renamed import conflict with a previous import
2018-10-16 08:22:32 +02:00
fn
main
(
)
{
1
+
1
;
}
Reference in New Issue
Copy Permalink