mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
Add testcase I meant to add in 9ee3475e09.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
mod a {
|
||||
mod b {
|
||||
type t = int;
|
||||
fn foo() {
|
||||
let t x = 10;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
fn main() {
|
||||
}
|
||||
Reference in New Issue
Block a user