Update error message and un-xfail test
This commit is contained in:
parent
f8bd95589f
commit
2fd2a56063
1 changed files with 2 additions and 4 deletions
|
|
@ -1,7 +1,5 @@
|
|||
// xfail-test
|
||||
|
||||
const c_x: &blk/int = 22; //~ ERROR only the static region is allowed here
|
||||
const c_y: &static/int = &22; //~ ERROR only the static region is allowed here
|
||||
const c_x: &blk/int = &22; //~ ERROR only the static region is allowed here
|
||||
const c_y: &static/int = &22;
|
||||
|
||||
fn main() {
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue