Skip to content

Commit 634cd2c

Browse files
committed
Updated UI tests to include rendered external spans.
1 parent 9a8bbe9 commit 634cd2c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/test/ui/issue-41652/issue_41652.stderr

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ error[E0599]: no method named `f` found for type `{integer}` in the current scop
66
|
77
= note: found the following associated functions; to be used as methods, functions must have a `self` parameter
88
note: candidate #1 is defined in the trait `issue_41652_b::Tr`
9+
--> $DIR/auxiliary/issue_41652_b.rs:14:5
10+
|
11+
14 | / fn f()
12+
15 | | where Self: Sized;
13+
| |__________________________^
914
= help: to disambiguate the method call, write `issue_41652_b::Tr::f(3)` instead
1015

1116
error: aborting due to previous error(s)

0 commit comments

Comments
 (0)