diff options
| author | Ralf Jung <post@ralfj.de> | 2024-12-13 18:42:24 +0100 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2025-01-19 08:53:02 -0700 |
| commit | 5bd20b0608c7d2fe134a8924d0de119e44ad7182 (patch) | |
| tree | 65c3faf487a6cbe4dafa116fe32bf4bc07500194 /tests/ui/proc-macro/proc-macro-gates.rs | |
| parent | d61f55d8b9d4703207a5980f27b6c28973ba27ee (diff) | |
| download | rust-5bd20b0608c7d2fe134a8924d0de119e44ad7182.tar.gz rust-5bd20b0608c7d2fe134a8924d0de119e44ad7182.zip | |
fully de-stabilize all custom inner attributes
Diffstat (limited to 'tests/ui/proc-macro/proc-macro-gates.rs')
| -rw-r--r-- | tests/ui/proc-macro/proc-macro-gates.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/proc-macro/proc-macro-gates.rs b/tests/ui/proc-macro/proc-macro-gates.rs index bf384bc479b..04e097eb2f7 100644 --- a/tests/ui/proc-macro/proc-macro-gates.rs +++ b/tests/ui/proc-macro/proc-macro-gates.rs @@ -47,7 +47,6 @@ fn attrs() { fn test_case() { #![test] //~ ERROR inner macro attributes are unstable - //~| WARN this was previously accepted } fn main() {} |
