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
|
@ -20,7 +20,7 @@ fn f<T:Copy MyNum>(x: T, y: T) -> (T, T, T) {
|
|||
|
||||
pure fn mi(v: int) -> MyInt { MyInt { val: v } }
|
||||
|
||||
fn main() {
|
||||
pub fn main() {
|
||||
let (x, y) = (mi(3), mi(5));
|
||||
let (a, b, c) = f(x, y);
|
||||
assert a == mi(8);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue