aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/generics6.rs
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/testsuite/rust/compile/generics6.rs')
-rw-r--r--gcc/testsuite/rust/compile/generics6.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/testsuite/rust/compile/generics6.rs b/gcc/testsuite/rust/compile/generics6.rs
index 33093cf..d77c559 100644
--- a/gcc/testsuite/rust/compile/generics6.rs
+++ b/gcc/testsuite/rust/compile/generics6.rs
@@ -27,6 +27,5 @@ impl Foo<f32> {
fn main() {
let a: i32 = Foo::test(); // { dg-error "multiple applicable items in scope for: .test." }
- // { dg-error {Failed to resolve expression of function call} "" { target *-*-* } .-1 }
}