Created
August 4, 2013 15:07
-
-
Save SiegeLord/6150614 to your computer and use it in GitHub Desktop.
Regression?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use private::*; | |
impl A | |
{ | |
fn test() | |
{ | |
} | |
} | |
mod private | |
{ | |
struct A; | |
} | |
fn main() | |
{ | |
} | |
/* | |
test.rs:3:5: 3:6 error: found value name used as a type: def_mod({crate: 0, node: 8}) | |
test.rs:3 impl A | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment