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 1f7424e commit e56467bCopy full SHA for e56467b
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 5f48cb6203bc425b0b605436d68dbbdbed53540a
+refs/heads/master: 683d6646cec22312ed643711eb8d909f96561fde
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: ec0258a381b88b5574e3f8ce72ae553ac3a574b7
5
refs/heads/try: 7c6c492fb2af9a85f21ff952942df3523b22fd17
trunk/src/test/compile-fail/typeck_type_placeholder_mismatch.rs
@@ -26,5 +26,4 @@ fn test1() {
26
fn test2() {
27
let x: Foo<_> = Bar::<uint>;
28
//~^ ERROR mismatched types: expected `Foo<<generic #0>>` but found `Bar<uint>`
29
- //~^^ ERROR cannot determine a type for this local variable: unconstrained type
30
}
0 commit comments