Skip to content

Commit e56467b

Browse files
committed
---
yaml --- r: 113913 b: refs/heads/master c: 683d664 h: refs/heads/master i: 113911: 9107537 v: v3
1 parent 1f7424e commit e56467b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 5f48cb6203bc425b0b605436d68dbbdbed53540a
2+
refs/heads/master: 683d6646cec22312ed643711eb8d909f96561fde
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: ec0258a381b88b5574e3f8ce72ae553ac3a574b7
55
refs/heads/try: 7c6c492fb2af9a85f21ff952942df3523b22fd17

trunk/src/test/compile-fail/typeck_type_placeholder_mismatch.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,4 @@ fn test1() {
2626
fn test2() {
2727
let x: Foo<_> = Bar::<uint>;
2828
//~^ ERROR mismatched types: expected `Foo<<generic #0>>` but found `Bar<uint>`
29-
//~^^ ERROR cannot determine a type for this local variable: unconstrained type
3029
}

0 commit comments

Comments
 (0)