diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2024-09-20 15:45:47 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-20 15:45:47 +0200 |
| commit | b2bcdbc79796655f8158460ff65deb919ef3a854 (patch) | |
| tree | 49474ad1c87299db6595798001beddf6dd623361 /compiler/rustc_codegen_llvm/src | |
| parent | f784c5281ee21e321cf82ba33e45fcfb877d70c0 (diff) | |
| parent | 98e68e504005a06edaffcee7d9303e50aa2ac7ac (diff) | |
| download | rust-b2bcdbc79796655f8158460ff65deb919ef3a854.tar.gz rust-b2bcdbc79796655f8158460ff65deb919ef3a854.zip | |
Rollup merge of #130607 - GnomedDev:remove-seekfrom-paths, r=compiler-errors
[Clippy] Remove final std paths for diagnostic item Removes the paths to SeekFrom::Start/Current that were left in #130553. This was split off as it involves introducing a utility to check for enum ctors, as both: - enum variants cannot be diagnostic items - even if they could, that wouldn't help because we need to get the enum variant ctor While adding the `is_enum_variant_ctor`, I removed both `is_diagnostic_ctor` and `is_res_diagnostic_ctor` as they are unused and never worked due to the above bullet points.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions
