We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f437c86 commit 5a38eb1Copy full SHA for 5a38eb1
src/tools/compiletest/src/directives.rs
@@ -644,11 +644,9 @@ impl TestProps {
644
645
self.update_add_core_stubs(ln, config);
646
647
- if let Some(flags) = config.parse_name_value_directive(
648
- ln,
649
- directives::CORE_STUBS_COMPILE_FLAGS,
650
- testfile,
651
- ) {
+ if let Some(flags) =
+ config.parse_name_value_directive(ln, CORE_STUBS_COMPILE_FLAGS, testfile)
+ {
652
let flags = split_flags(&flags);
653
for flag in &flags {
654
if flag == "--edition" || flag.starts_with("--edition=") {
0 commit comments