Files
rust/compiler
Matthias Krüger c09c16c0df Rollup merge of #91298 - FabianWolff:issue-91028-source-avail, r=cjgillot
Improve error message for `E0659` if the source is not available

Fixes #91028. The fix is similar to those in #89233 and #87088. With this change, instead of the dangling
```
note: `Option` could also refer to the enum defined here
```
I get
```
note: `Option` could also refer to an enum from prelude
```
If the standard library source code _is_ available, the output does not change.
2021-12-01 10:50:21 +01:00
..
2021-09-20 22:21:42 -04:00
2021-11-19 07:52:59 +11:00
2021-10-16 13:36:05 -07:00
2021-09-20 22:21:42 -04:00
2021-11-23 10:34:16 -08:00
2021-11-29 18:39:08 +00:00
2021-09-20 22:21:42 -04:00