rust/tests/ui/crashes
Koichi ITO ae0216d557 Use the traits added to the Rust 2021 Edition prelude
Follow up https://github.com/rust-lang/rust/pull/96861.

This PR uses the traits added to the Rust 2021 Edition prelude.

> The `TryInto`, `TryFrom` and `FromIterator` traits are now part of the prelude.

https://doc.rust-lang.org/edition-guide/rust-2021/prelude.html
2022-05-12 00:38:11 +09:00
..
auxiliary Use the traits added to the Rust 2021 Edition prelude 2022-05-12 00:38:11 +09:00
third-party
associated-constant-ice.rs
cc_seme.rs
enum-glob-import-crate.rs
ice_exacte_size.rs
ice-360.rs
ice-360.stderr
ice-700.rs
ice-1588.rs
ice-1782.rs
ice-1969.rs
ice-2499.rs
ice-2594.rs
ice-2727.rs
ice-2760.rs
ice-2774.rs fix existing clippy tests 2022-03-30 20:12:58 +02:00
ice-2774.stderr
ice-2862.rs
ice-2865.rs Extend extra_unused_lifetimes to handle impl lifetimes 2022-04-22 20:05:18 -04:00
ice-3151.rs Extend extra_unused_lifetimes to handle impl lifetimes 2022-04-22 20:05:18 -04:00
ice-3462.rs
ice-3717.rs
ice-3717.stderr
ice-3741.rs
ice-3747.rs
ice-3891.rs
ice-3891.stderr
ice-3969.rs
ice-3969.stderr
ice-4121.rs
ice-4545.rs
ice-4579.rs
ice-4671.rs
ice-4727.rs
ice-4760.rs
ice-4775.rs
ice-4968.rs
ice-5207.rs
ice-5223.rs
ice-5238.rs
ice-5389.rs
ice-5497.rs
ice-5497.stderr update clippy stderr file 2022-03-24 11:27:07 +00:00
ice-5579.rs
ice-5835.rs
ice-5835.stderr
ice-5872.rs
ice-5872.stderr
ice-5944.rs Move let_unit_value back into style 2022-04-14 21:33:32 -04:00
ice-6139.rs
ice-6153.rs
ice-6179.rs fix existing clippy tests 2022-03-30 20:12:58 +02:00
ice-6250.rs
ice-6250.stderr
ice-6251.rs
ice-6251.stderr
ice-6252.rs
ice-6252.stderr
ice-6254.rs New lint: [derive_partial_eq_without_eq] 2022-05-09 22:13:39 -07:00
ice-6254.stderr New lint: [derive_partial_eq_without_eq] 2022-05-09 22:13:39 -07:00
ice-6255.rs
ice-6255.stderr
ice-6256.rs
ice-6256.stderr
ice-6332.rs
ice-6539.rs
ice-6792.rs fix existing clippy tests 2022-03-30 20:12:58 +02:00
ice-6793.rs
ice-6840.rs
ice-7012.rs
ice-7126.rs
ice-7169.rs
ice-7169.stderr
ice-7231.rs
ice-7272.rs
ice-7340.rs
ice-7410.rs
ice-7423.rs
ice-7868.rs
ice-7868.stderr Rework undocumented_unsafe_blocks 2022-03-15 14:18:05 -04:00
ice-7869.rs
ice-7869.stderr
ice-7934.rs
ice-8250.rs
ice-8250.stderr Remove overlap between manual_split_once and needless_splitn 2022-04-10 17:05:07 +01:00
ice-8386.rs
ice-8681.rs Fix ICE in undocumented_unsafe_blocks 2022-04-11 13:18:27 -04:00
ice-96721.rs Fix ICE in EarlyAttribtues lints 2022-05-05 14:10:06 +01:00
ice-96721.stderr Fix ICE in EarlyAttribtues lints 2022-05-05 14:10:06 +01:00
if_same_then_else.rs
implements-trait.rs
inherent_impl.rs
issue-825.rs
issues_loop_mut_cond.rs
match_same_arms_const.rs
mut_mut_macro.rs
needless_borrow_fp.rs
needless_lifetimes_impl_trait.rs fix existing clippy tests 2022-03-30 20:12:58 +02:00
needless_lifetimes_impl_trait.stderr
regressions.rs fix existing clippy tests 2022-03-30 20:12:58 +02:00
returns.rs
shadow.rs
single-match-else.rs
trivial_bounds.rs
used_underscore_binding_macro.rs