We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9bf974 commit b3ef084Copy full SHA for b3ef084
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: bf9d714d469e595bdfa5b8b5fac61a90fc0db9e8
+refs/heads/master: 7ae757ff1a54f1b420655dfefd505c140bfee16e
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
trunk/src/test/run-fail/issue-948.rs
// error-pattern:beep boop
fn main() {
let origin = {x: 0, y: 0};
- let f = {x: (fail "beep boop") with origin};
+ let f: {x:int,y:int} = {x: (fail "beep boop") with origin};
}
0 commit comments