]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/fmt/format-args-capture-macro-hygiene.rs
Rollup merge of #85766 - workingjubilee:file-options, r=yaahc
[rust.git] / src / test / ui / fmt / format-args-capture-macro-hygiene.rs
index 6ca7dcc216f3a9d7cd90cef900974b7bd88439e0..fdbd93836ef9fde7eea50622464bced7cdcbbefc 100644 (file)
@@ -1,5 +1,3 @@
-#![feature(format_args_capture)]
-
 fn main() {
     format!(concat!("{foo}"));         //~ ERROR: there is no argument named `foo`
     format!(concat!("{ba", "r} {}"), 1);     //~ ERROR: there is no argument named `bar`