diff options
| author | bors <bors@rust-lang.org> | 2025-09-19 21:41:28 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2025-09-19 21:41:28 +0000 |
| commit | ec38671075266e9cee0348701da2e133379e7c6c (patch) | |
| tree | fc62fa32e29fc87285f63413758be4b5fe6f5ad7 /tests/ui | |
| parent | 0be8e16088894483a7012c5026c3247c14a0c3c2 (diff) | |
| parent | 6f9e6c9935a77e4ff2a732255b20b5270ef2a36d (diff) | |
| download | rust-ec38671075266e9cee0348701da2e133379e7c6c.tar.gz rust-ec38671075266e9cee0348701da2e133379e7c6c.zip | |
Auto merge of #146797 - matthiaskrgr:rollup-xy0g8n7, r=matthiaskrgr
Rollup of 5 pull requests Successful merges: - rust-lang/rust#146690 (add `[const] PartialEq` bound to `PartialOrd`) - rust-lang/rust#146776 (fixes for numerous clippy warnings) - rust-lang/rust#146777 (fix ./x readdir logic when CDPATH is set) - rust-lang/rust#146781 (mbe: Fix feature gate for `macro_derive`) - rust-lang/rust#146785 (btree: safety comments for init and new) r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'tests/ui')
| -rw-r--r-- | tests/ui/feature-gates/feature-gate-macro-derive.stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/feature-gates/feature-gate-macro-derive.stderr b/tests/ui/feature-gates/feature-gate-macro-derive.stderr index b7ca6717bd5..177518edafb 100644 --- a/tests/ui/feature-gates/feature-gate-macro-derive.stderr +++ b/tests/ui/feature-gates/feature-gate-macro-derive.stderr @@ -4,8 +4,8 @@ error[E0658]: `macro_rules!` derives are unstable LL | macro_rules! MyDerive { derive() {} => {} } | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | - = note: see issue #83527 <https://github.com/rust-lang/rust/issues/83527> for more information - = help: add `#![feature(macro_attr)]` to the crate attributes to enable + = note: see issue #143549 <https://github.com/rust-lang/rust/issues/143549> for more information + = help: add `#![feature(macro_derive)]` to the crate attributes to enable = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date error: aborting due to 1 previous error |
