check-fast fallout from removing export, r=burningtree
This commit is contained in:
parent
e5e52d2437
commit
89c8ef792f
1073 changed files with 1083 additions and 1083 deletions
|
@ -17,6 +17,6 @@ pub impl f32: NumExt {}
|
|||
|
||||
fn num_eq_one<T:NumExt>(n: T) { io::println(fmt!("%?", n == from_int(1))) }
|
||||
|
||||
fn main() {
|
||||
pub fn main() {
|
||||
num_eq_one(1f32); // you need to actually use the function to trigger the ICE
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue