Updated UI tests to include rendered external spans.

This commit is contained in:
Inokentiy Babushkin 2017-06-11 15:09:49 +02:00
parent 9a8bbe9da9
commit 634cd2ce73
No known key found for this signature in database
GPG Key ID: 7EFC8EC5224DE8EC
1 changed files with 5 additions and 0 deletions

View File

@ -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)