about summary refs log tree commit diff
path: root/tests/ui/error-codes/E0637.stderr
AgeCommit message (Collapse)AuthorLines
2023-06-30Use structured suggestion when telling user about `for<'a>`Esteban Küber-4/+3
``` 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-01-11Move /src/test to /testsAlbert Larsan-0/+34