test: Remove pure
from the test suite
This commit is contained in:
parent
fbe22afdbe
commit
3eda11a4f7
62 changed files with 153 additions and 158 deletions
|
@ -18,7 +18,7 @@ fn f<T:Copy + MyNum>(x: T, y: T) -> (T, T, T) {
|
|||
return (x + y, x - y, x * y);
|
||||
}
|
||||
|
||||
pure fn mi(v: int) -> MyInt { MyInt { val: v } }
|
||||
fn mi(v: int) -> MyInt { MyInt { val: v } }
|
||||
|
||||
pub fn main() {
|
||||
let (x, y) = (mi(3), mi(5));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue