rust/compiler/rustc_resolve
Matthias Krüger 207b24413c
Rollup merge of #113177 - estebank:hrlt-sugg, r=compiler-errors
Use structured suggestion when telling user about `for<'a>`

```
error[E0637]: `&` without an explicit lifetime name cannot be used here
  --> $DIR/E0637.rs:13:13
   |
LL |     T: Into<&u32>,
   |             ^ explicit lifetime name needed here
   |
help: consider introducing a higher-ranked lifetime here
   |
LL |     T: for<'a> Into<&'a u32>,
   |        +++++++       ++
```
2023-06-30 08:01:14 +02:00
..
src Rollup merge of #113177 - estebank:hrlt-sugg, r=compiler-errors 2023-06-30 08:01:14 +02:00
Cargo.toml update pulldown-cmark to 0.9.3 2023-05-22 11:35:25 +02:00
messages.ftl Add translatable diagnostic for import resolution strings 2023-06-25 08:29:28 +01:00