-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
use _val to ignore parameter of any::type_name_of_val #67420
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
r? @Centril |
@bors r+ rollup |
📌 Commit 8168fec221b8829620f67ebf50aaae2de9de46fa has been approved by |
🌲 The tree is currently closed for pull requests below priority 100, this pull request will be tested once the tree is reopened |
Rebased to fix the commit message: paramenter -> parameter |
@bors r+ rollup |
📌 Commit c93198f has been approved by |
🌲 The tree is currently closed for pull requests below priority 100, this pull request will be tested once the tree is reopened |
use _val to ignore parameter of any::type_name_of_val mem::drop does the same thing too.
use _val to ignore parameter of any::type_name_of_val mem::drop does the same thing too.
Rollup of 7 pull requests Successful merges: - #67160 (Make GATs less ICE-prone.) - #67333 ([mir-opt] Fix `Inline` pass to handle inlining into `box` expressions) - #67420 (use _val to ignore parameter of any::type_name_of_val) - #67469 (Remove rustc-dev from the default nightly components) - #67489 (Drop petgraph dependency from bootstrap) - #67490 (Document privacy of RangeInclusive fields) - #67491 (use Result::map_or for bootstrap) Failed merges: r? @ghost
mem::drop does the same thing too.