diff options
| author | Eric Huss <eric@huss.org> | 2024-11-24 17:37:25 -0800 |
|---|---|---|
| committer | Eric Huss <eric@huss.org> | 2024-11-27 07:18:25 -0800 |
| commit | f94142b366f9bc57c15e9ac274f83d0f9c03ffac (patch) | |
| tree | e1f4e41efc3307e29c6098985f225f0522044dca /tests/ui/fmt/auxiliary/format-string-proc-macro.rs | |
| parent | f592dd95dbfc892c1153af67e0ab5b4e593d33e7 (diff) | |
| download | rust-f94142b366f9bc57c15e9ac274f83d0f9c03ffac.tar.gz rust-f94142b366f9bc57c15e9ac274f83d0f9c03ffac.zip | |
Update tests to use new proc-macro header
Diffstat (limited to 'tests/ui/fmt/auxiliary/format-string-proc-macro.rs')
| -rw-r--r-- | tests/ui/fmt/auxiliary/format-string-proc-macro.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/ui/fmt/auxiliary/format-string-proc-macro.rs b/tests/ui/fmt/auxiliary/format-string-proc-macro.rs index 5c00c9c0800..f473fee0987 100644 --- a/tests/ui/fmt/auxiliary/format-string-proc-macro.rs +++ b/tests/ui/fmt/auxiliary/format-string-proc-macro.rs @@ -1,8 +1,3 @@ -//@ force-host -//@ no-prefer-dynamic - -#![crate_type = "proc-macro"] - extern crate proc_macro; use proc_macro::{Delimiter, Group, Ident, Literal, Punct, Spacing, Span, TokenStream, TokenTree}; |
