rust/compiler/rustc_parse/src
Matthias Krüger 46b64aaef0
Rollup merge of #112498 - SamZhang3:rust-reference-link-update, r=Nilstrieb
Update links to Rust Reference in diagnostic

Instead of linking to the [old Rust Reference site](https://static.rust-lang.org/doc/master/reference.html#literals), which is severely outdated (Rust 1.17), link to the [current website](https://doc.rust-lang.org/stable/reference/expressions/literal-expr.html) in diagnostic about incorrect literals.
2023-06-11 01:57:28 +02:00
..
lexer Use a better link 2023-06-10 14:46:11 -04:00
parser remove unwrap 2023-06-10 10:34:19 +08:00
errors.rs improve error for impl<..> impl Trait for Type 2023-05-13 10:51:21 +02:00
lib.rs Restrict From<S> for {D,Subd}iagnosticMessage. 2023-05-03 08:44:39 +10:00
validate_attr.rs Avoid &format("...") calls in error message code. 2023-05-16 17:59:56 +10:00