rust/tests/ui/auxiliary
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
..
doc_unsafe_macros.rs
implicit_hasher_macros.rs
macro_rules.rs trigger ptr_as_ptr inside macros 2022-02-17 20:16:14 +01:00
macro_use_helper.rs
non-exhaustive-enum.rs Simplify wildcard_enum_match_arm test 2021-07-01 11:47:56 +02:00
option_helpers.rs Update other UI tests as well 2021-12-08 11:16:14 +01:00
proc_macro_attr.rs
proc_macro_derive.rs adding spell checking 2022-04-15 14:18:09 -07:00
proc_macro_suspicious_else_formatting.rs Use the traits added to the Rust 2021 Edition prelude 2022-05-12 00:38:11 +09:00
proc_macro_unsafe.rs Don't lint undocumented_unsafe_blocks on bad proc-macro spans. 2022-03-15 16:52:28 -04:00
proc_macro_with_span.rs Don't lint various match lints when expanded by a proc-macro 2022-04-08 16:51:40 -04:00
test_macro.rs Workaround rust-lang/rustfmt#4477 - relative paths in path attribute 2021-07-30 23:43:04 -04:00
use_self_macro.rs
wildcard_imports_helper.rs