File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
trunk/src/test/compile-fail Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 9f6f35bef4986e02f811a1fb7c3da212241784a8
2
+ refs/heads/master: 9d6cc05a062c9cf131939ab7c9de5acbd6afd8cc
3
3
refs/heads/snap-stage3: a5c12f4e39d32af3c951b66bd2839bc0b5a1125b
4
4
refs/heads/try: b53c0f93eedcdedd4fd89bccc5a3a09d1c5cd23e
5
5
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
Original file line number Diff line number Diff line change @@ -22,6 +22,6 @@ fn main() {
22
22
let x = box ( HEAP ) 'c' ; //~ ERROR placement-in expression syntax is experimental
23
23
println ! ( "x: {}" , x) ;
24
24
25
- // let x = in HEAP { 'c' }; // ERROR placement-in expression syntax is experimental
26
- // println!("x: {}", x);
25
+ let x = in HEAP { 'c' } ; //~ ERROR placement-in expression syntax is experimental
26
+ println ! ( "x: {}" , x) ;
27
27
}
You can’t perform that action at this time.
0 commit comments