diff options
| author | Catherine <114838443+Centri3@users.noreply.github.com> | 2023-06-27 05:25:54 -0500 |
|---|---|---|
| committer | Catherine <114838443+Centri3@users.noreply.github.com> | 2023-06-28 03:20:21 -0500 |
| commit | 46aa8abf08057618038c60c11b98a3c6cff927de (patch) | |
| tree | ada2917b5902ee07ede08783896d1741049d625e /tests | |
| parent | 8296a338dba7af1db8a6aff862c4ad46402dc111 (diff) | |
| download | rust-46aa8abf08057618038c60c11b98a3c6cff927de.tar.gz rust-46aa8abf08057618038c60c11b98a3c6cff927de.zip | |
Change category and update to `ui_test`
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/ui/needless_pub_self.fixed | 2 | ||||
| -rw-r--r-- | tests/ui/needless_pub_self.rs | 2 | ||||
| -rw-r--r-- | tests/ui/pub_with_shorthand.fixed | 2 | ||||
| -rw-r--r-- | tests/ui/pub_with_shorthand.rs | 2 | ||||
| -rw-r--r-- | tests/ui/pub_without_shorthand.fixed | 2 | ||||
| -rw-r--r-- | tests/ui/pub_without_shorthand.rs | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/tests/ui/needless_pub_self.fixed b/tests/ui/needless_pub_self.fixed index bf5e70d9a05..672b4c318a8 100644 --- a/tests/ui/needless_pub_self.fixed +++ b/tests/ui/needless_pub_self.fixed @@ -1,5 +1,5 @@ //@run-rustfix -//@aux-build:proc_macros.rs +//@aux-build:proc_macros.rs:proc-macro #![feature(custom_inner_attributes)] #![allow(unused)] #![warn(clippy::needless_pub_self)] diff --git a/tests/ui/needless_pub_self.rs b/tests/ui/needless_pub_self.rs index a49a6658f8b..5ac1edf8e99 100644 --- a/tests/ui/needless_pub_self.rs +++ b/tests/ui/needless_pub_self.rs @@ -1,5 +1,5 @@ //@run-rustfix -//@aux-build:proc_macros.rs +//@aux-build:proc_macros.rs:proc-macro #![feature(custom_inner_attributes)] #![allow(unused)] #![warn(clippy::needless_pub_self)] diff --git a/tests/ui/pub_with_shorthand.fixed b/tests/ui/pub_with_shorthand.fixed index c9487ed7fc3..a774faa0a67 100644 --- a/tests/ui/pub_with_shorthand.fixed +++ b/tests/ui/pub_with_shorthand.fixed @@ -1,5 +1,5 @@ //@run-rustfix -//@aux-build:proc_macros.rs +//@aux-build:proc_macros.rs:proc-macro #![feature(custom_inner_attributes)] #![allow(clippy::needless_pub_self, unused)] #![warn(clippy::pub_with_shorthand)] diff --git a/tests/ui/pub_with_shorthand.rs b/tests/ui/pub_with_shorthand.rs index e47c926520b..4a4bbc18728 100644 --- a/tests/ui/pub_with_shorthand.rs +++ b/tests/ui/pub_with_shorthand.rs @@ -1,5 +1,5 @@ //@run-rustfix -//@aux-build:proc_macros.rs +//@aux-build:proc_macros.rs:proc-macro #![feature(custom_inner_attributes)] #![allow(clippy::needless_pub_self, unused)] #![warn(clippy::pub_with_shorthand)] diff --git a/tests/ui/pub_without_shorthand.fixed b/tests/ui/pub_without_shorthand.fixed index 55159efb5bf..fdb49ac4d90 100644 --- a/tests/ui/pub_without_shorthand.fixed +++ b/tests/ui/pub_without_shorthand.fixed @@ -1,5 +1,5 @@ //@run-rustfix -//@aux-build:proc_macros.rs +//@aux-build:proc_macros.rs:proc-macro #![feature(custom_inner_attributes)] #![allow(clippy::needless_pub_self, unused)] #![warn(clippy::pub_without_shorthand)] diff --git a/tests/ui/pub_without_shorthand.rs b/tests/ui/pub_without_shorthand.rs index 38f4da85a49..1f2ef7ece39 100644 --- a/tests/ui/pub_without_shorthand.rs +++ b/tests/ui/pub_without_shorthand.rs @@ -1,5 +1,5 @@ //@run-rustfix -//@aux-build:proc_macros.rs +//@aux-build:proc_macros.rs:proc-macro #![feature(custom_inner_attributes)] #![allow(clippy::needless_pub_self, unused)] #![warn(clippy::pub_without_shorthand)] |
