Michael Goulet
ac56007ea7
Revert "Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelix"
...
This reverts commit 13314df21b
, reversing
changes made to 6e534c73c3
.
2024-08-03 07:57:31 -04:00
r0cky
35130d7233
Detect pub structs never constructed and unused associated constants in traits
2024-06-05 23:20:09 +08:00
许杰友 Jieyou Xu (Joe)
ec2cc761bc
[AUTO-GENERATED] Migrate ui tests from //
to //@
directives
2024-02-16 20:02:50 +00:00
Jake Goulding
53eca9fa87
Adjust compiler tests for unused_tuple_struct_fields -> dead_code
2024-01-02 15:34:37 -05:00
Xiretza
0757d5f83f
Fix condition for "missing struct
" diagnostic on tuple structs
...
The check previously matched this, and suggested adding a missing
`struct`:
pub Foo(...):
It was probably intended to match this instead (semicolon instead of
colon):
pub Foo(...);
2023-02-01 21:50:34 +01:00