-
Notifications
You must be signed in to change notification settings - Fork 14k
Make check-cfg docs more user-friendly #124209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
79cf715 to
be11d8e
Compare
be11d8e to
e7e6a56
Compare
|
@ehuss With rust-lang/cargo#13571 progressing, I think it would be good to have these docs improvements ready by from day one. |
e7e6a56 to
a7a9793
Compare
|
Thanks! @bors r+ rollup |
…, r=ehuss Make check-cfg docs more user-friendly This PR improves the `--check-cfg` to make them more user-friendly by: - explaining the purpose of the feature - removing the "form" jargon - making it (bit) less formal and more "friendly" - making the doc less cluttered - and by fixing (the width and flags) of the examples `@rustbot` label +F-check-cfg
…iaskrgr Rollup of 4 pull requests Successful merges: - rust-lang#124209 (Make check-cfg docs more user-friendly) - rust-lang#124759 (Record impl args in the proof tree in new solver) - rust-lang#124809 (borrowck: prepopulate opaque storage more eagerly) - rust-lang#124815 (Update books) r? `@ghost` `@rustbot` modify labels: rollup
|
☀️ Test successful - checks-actions |
|
Finished benchmarking commit (ce652db): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)This benchmark run did not return any relevant results for this metric. CyclesResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 676.377s -> 676.624s (0.04%) |
This PR improves the
--check-cfgto make them more user-friendly by:@rustbot label +F-check-cfg