mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 02:57:37 +00:00
Remove compile-fail test from run-pass
This commit is contained in:
parent
dd80f7e06e
commit
31a4f40329
@ -1,11 +0,0 @@
|
||||
struct thing<Q> {
|
||||
x: &Q
|
||||
}
|
||||
|
||||
fn thing<Q>(x: &Q) -> thing<Q> {
|
||||
thing{ x: x }
|
||||
}
|
||||
|
||||
fn main() {
|
||||
thing(&());
|
||||
}
|
Loading…
Reference in New Issue
Block a user