diff options
| author | Slanterns <slanterns.w@gmail.com> | 2024-04-04 05:04:27 +0800 |
|---|---|---|
| committer | Slanterns <slanterns.w@gmail.com> | 2024-04-04 05:04:27 +0800 |
| commit | fbc56dfac13ba6fb81bca6439e120a9c554c3a57 (patch) | |
| tree | c72899906f58b69d5b64a96c00182753184c72dd /tests/ui/proc-macro | |
| parent | 61ac7812c65601695460a1ab6a4999d35efb66cc (diff) | |
| download | rust-fbc56dfac13ba6fb81bca6439e120a9c554c3a57.tar.gz rust-fbc56dfac13ba6fb81bca6439e120a9c554c3a57.zip | |
Stabilize `Literal::c_string`
Diffstat (limited to 'tests/ui/proc-macro')
| -rw-r--r-- | tests/ui/proc-macro/auxiliary/api/mod.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/proc-macro/auxiliary/api/mod.rs b/tests/ui/proc-macro/auxiliary/api/mod.rs index ca3fae6ad6f..45ef6922d28 100644 --- a/tests/ui/proc-macro/auxiliary/api/mod.rs +++ b/tests/ui/proc-macro/auxiliary/api/mod.rs @@ -5,7 +5,6 @@ #![crate_type = "proc-macro"] #![crate_name = "proc_macro_api_tests"] #![feature(proc_macro_span)] -#![feature(proc_macro_c_str_literals)] #![deny(dead_code)] // catch if a test function is never called extern crate proc_macro; |
