This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
3088c4b046
rust
/
tests
/
ui
/
imports
/
issue-53140.rs
12 lines
89 B
Rust
Raw
Normal View
History
Unescape
Escape
Use check-pass in ui tests where appropriate
2019-11-03 18:00:00 -06:00
// check-pass
resolve: Reject some inaccessible candidates sooner during import resolution This allows import resolution to progress in cases like #53140
2018-08-19 16:03:40 -05:00
mod
m
{
pub
struct
S
(
u8
)
;
use
S
as
Z
;
}
use
m
::
*
;
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink