summaryrefslogtreecommitdiffstats
path: root/tests/ui/associated-types/associated-types-in-ambiguous-context.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/associated-types/associated-types-in-ambiguous-context.rs')
-rw-r--r--tests/ui/associated-types/associated-types-in-ambiguous-context.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ui/associated-types/associated-types-in-ambiguous-context.rs b/tests/ui/associated-types/associated-types-in-ambiguous-context.rs
index 51b53908f..5d6b1b591 100644
--- a/tests/ui/associated-types/associated-types-in-ambiguous-context.rs
+++ b/tests/ui/associated-types/associated-types-in-ambiguous-context.rs
@@ -1,3 +1,5 @@
+// normalize-stderr-test: "and \d+ other candidates" -> "and N other candidates"
+
trait Get {
type Value;
fn get(&self) -> <Self as Get>::Value;