diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2022-06-25 15:14:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-25 15:14:10 +0200 |
| commit | 8257ba29ef4c18315699bca559a3bb5358622502 (patch) | |
| tree | 76ccc48eb4208eafbe5e160dc81e098a9c49b2f3 /src/test/ui/parser | |
| parent | ecefccd8d2859c6715760861c7dacfcdf816992a (diff) | |
| parent | 402dceba99bed5efa5774d6238c13dfce4670db1 (diff) | |
Rollup merge of #98298 - TaKO8Ki:point-to-type-param-definition, r=compiler-errors
Point to type parameter definition when not finding variant, method and associated item fixes #77391
Diffstat (limited to 'src/test/ui/parser')
| -rw-r--r-- | src/test/ui/parser/emoji-identifiers.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/parser/emoji-identifiers.stderr b/src/test/ui/parser/emoji-identifiers.stderr index 7dc589e5563..40a85f7f74c 100644 --- a/src/test/ui/parser/emoji-identifiers.stderr +++ b/src/test/ui/parser/emoji-identifiers.stderr @@ -77,7 +77,7 @@ error[E0599]: no function or associated item named `full_of✨` found for struct --> $DIR/emoji-identifiers.rs:9:8 | LL | struct 👀; - | ---------- function or associated item `full_of✨` not found for this + | -- function or associated item `full_of✨` not found for this struct ... LL | 👀::full_of✨() | ^^^^^^^^^ |
