uncomment feature-gate testing for in PLACE BLOCK now that its in the parser.
This commit is contained in:
parent
9f6f35bef4
commit
9d6cc05a06
1 changed files with 2 additions and 2 deletions
|
|
@ -22,6 +22,6 @@ fn main() {
|
|||
let x = box (HEAP) 'c'; //~ ERROR placement-in expression syntax is experimental
|
||||
println!("x: {}", x);
|
||||
|
||||
// let x = in HEAP { 'c' }; // ERROR placement-in expression syntax is experimental
|
||||
// println!("x: {}", x);
|
||||
let x = in HEAP { 'c' }; //~ ERROR placement-in expression syntax is experimental
|
||||
println!("x: {}", x);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue