Add an example of passing rustflags to docs#581
Add an example of passing rustflags to docs#581bors merged 1 commit intorust-lang:masterfrom Mark-Simulacrum:fix-docs
Conversation
This avoids confusion with the `{}` brackets being actually necessary, leading
to configuring a run in which they are directly passed to rustc.
|
cc rust-lang/rust#85530 (comment) -- not yet handled case. Probably suggests switching away from |
FWIW what tripped me up in that case, was that |
|
@bors r+ |
|
📌 Commit b991f05 has been approved by |
|
☀️ Test successful - checks-actions |
This avoids confusion with the
{}brackets being actually necessary, leadingto configuring a run in which they are directly passed to rustc.