Tracking Issue for rustdoc --doctest-compilation-args
command line option #134172
Open
Description
Steps
- Implementation PR
- Stabilization PR (see instructions on rustc-dev-guide)
Unresolved Questions
- Should argument parsing be closer to what already exists for RUSTFLAGS (whitespace splitting and nothing else) or should it be closer to how shell parses input (take into account escaped characters and quote characters)? Or should we offer two options, one that works like RUSTFLAGS for human users and one that works like CARGO_ENCODED_RUSTLFAGS for tool usage?
Activity