Fix bug in generic-obj.rs testcase.
This commit is contained in:
parent
596a97cf70
commit
11da656402
@ -12,7 +12,7 @@ obj buf[T](tup(T,T,T) data) {
|
||||
}
|
||||
|
||||
fn take(&T t) {}
|
||||
fn take2(T t) {}
|
||||
fn take2(&T t) {}
|
||||
}
|
||||
|
||||
fn main() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user