-
Notifications
You must be signed in to change notification settings - Fork 13.8k
add reference id to test, and fix filename #143314
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
rustbot has assigned @compiler-errors. Use |
please squash this into one commit; there's no need to make this two commits if they're both just tiny tweaks. |
@rustbot author |
Also please adjust the description and PR title to actually reflect what this PR does. I think out of the rename and adding a reference ID, the latter is actually the more important part of this PR, so it would be nice if that had been mentioned. Because right now the title is very vague. |
squashed, though I thought the changes were distinct enough to deserve separate commits |
Nah, these are tiny changes. Commits are distinct when they contain significant distinct changes. @bors r+ rollup |
Rollup of 8 pull requests Successful merges: - #143314 (add reference id to test, and fix filename) - #146284 (Remove `div_rem` from `core::num::bignum`) - #146416 (Tidy dependency checks cleanups + QoL) - #146471 (bootstrap: Show target in "No such target exists" message) - #146478 (Improve `core::fmt` coverage) - #146480 (tests: update new test to accept new lifetime format) - #146488 (Improve `core::ptr` coverage) - #146501 (compiletest: Fix `--exact` test filtering) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of #143314 - tshepang:fix-filename, r=compiler-errors add reference id to test, and fix filename Noticed the filename is wrong, then took advantage of being there by adding Reference id
Noticed the filename is wrong, then took advantage of being there by adding Reference id