rust/compiler
Yuki Okushi 3b47d337e0
Rollup merge of #85800 - BoxyUwU:const-param-default-diagnostics, r=oli-obk
Fix some diagnostic issues with const_generics_defaults feature gate

This PR makes a few changes:
- print out const param defaults in "lifetime ordering" errors rather than discarding them
- update `is_simple_text` to account for const params when checking if a type has no generics, this was causing a note to be failed to add to an error message
- fixes some diagnostic wording that incorrectly said there was ordering restrictions between type/const params despite the `const_generics_defaults` feature gate is active
2021-06-12 01:15:56 +09:00
..
2021-05-24 11:07:48 -04:00
2021-05-24 11:07:48 -04:00
2021-06-08 17:17:48 -03:00
2021-06-04 13:20:05 +02:00
2021-06-07 14:20:39 +02:00
2021-05-24 11:07:48 -04:00
2021-05-31 13:55:43 +02:00
2021-05-24 11:07:48 -04:00
2021-06-10 17:10:40 +10:00
2021-05-31 13:55:43 +02:00