parent
adb8ac4162
commit
369b0a56e8
@ -8,6 +8,8 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
// xfail-test
|
||||
|
||||
use std::ptr;
|
||||
|
||||
enum a_tag<A,B> {
|
||||
|
@ -8,6 +8,8 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
// xfail-test
|
||||
|
||||
use std::ptr;
|
||||
|
||||
enum a_tag {
|
||||
|
@ -8,6 +8,9 @@
|
||||
// option. This file may not be copied, modified, or distributed
|
||||
// except according to those terms.
|
||||
|
||||
// xfail-test
|
||||
// FIXME: #7336: codegen bug makes this segfault on Linux x86_64
|
||||
|
||||
fn foo<'a>(blk: &fn(p: &'a fn() -> &'a fn())) {
|
||||
let mut state = 0;
|
||||
let statep = &mut state;
|
||||
|
Loading…
x
Reference in New Issue
Block a user