about summary refs log tree commit diff
diff options
context:
space:
mode:
authorInokentiy Babushkin <twk@twki.de>2017-06-11 15:09:49 +0200
committerInokentiy Babushkin <twk@twki.de>2017-06-11 15:09:49 +0200
commit634cd2ce7398a82ee066e3111b9d20f837d39728 (patch)
tree71cd67b5851b3cdb83a5dcc903911550dc089ec4
parent9a8bbe9da9a9c5537379ee38e755cf35c7a4fc96 (diff)
downloadrust-634cd2ce7398a82ee066e3111b9d20f837d39728.tar.gz
rust-634cd2ce7398a82ee066e3111b9d20f837d39728.zip
Updated UI tests to include rendered external spans.
-rw-r--r--src/test/ui/issue-41652/issue_41652.stderr5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/test/ui/issue-41652/issue_41652.stderr b/src/test/ui/issue-41652/issue_41652.stderr
index 4625e9269c9..b7b1ddb7b88 100644
--- a/src/test/ui/issue-41652/issue_41652.stderr
+++ b/src/test/ui/issue-41652/issue_41652.stderr
@@ -6,6 +6,11 @@ error[E0599]: no method named `f` found for type `{integer}` in the current scop
    |
    = note: found the following associated functions; to be used as methods, functions must have a `self` parameter
 note: candidate #1 is defined in the trait `issue_41652_b::Tr`
+  --> $DIR/auxiliary/issue_41652_b.rs:14:5
+   |
+14 | /     fn f()
+15 | |         where Self: Sized;
+   | |__________________________^
    = help: to disambiguate the method call, write `issue_41652_b::Tr::f(3)` instead
 
 error: aborting due to previous error(s)