Skip to content

Conversation

@dtolnay
Copy link
Contributor

@dtolnay dtolnay commented Mar 11, 2025

I found the use of multiline string literals with escaped newlines in this code to be unhelpful for readability.

Some of these are doing in 5 lines what could be done in 1 line.

rustflags.push_str(
"\
-C llvm-args=-sanitizer-coverage-trace-compares \
",
);

rustflags.push_str("-C llvm-args=-sanitizer-coverage-trace-compares ");

@dtolnay
Copy link
Contributor Author

dtolnay commented Mar 11, 2025

@PaulGrandperrin PaulGrandperrin merged commit 5f4c505 into rust-fuzz:master Mar 11, 2025
2 of 3 checks passed
@dtolnay dtolnay deleted the rustflags branch March 11, 2025 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants