-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Add deprecated_safe feature gate and attribute, cc #94978 #94982
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @davidtwco (or someone else) soon. Please see the contribution instructions for more information. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM in terms of adding the attribute itself (there's obviously no functionality here yet).
r? @Dylan-DPC |
@bors r+ rollup |
📌 Commit e4f1179 has been approved by |
⌛ Testing commit e4f1179 with merge 4fdf6a26e9dfe51547ebdac795dffa3a4df3edc3... |
💔 Test failed - checks-actions |
Is the build failure related to my change? I'm looking here: https://github.com/rust-lang-ci/rust/runs/5570015260?check_suite_focus=true I see 5 build attempts in this log, each ending with:
I'm not sure if this is the source of the cmake error, but I also see this in each build attempt:
|
@bors r+ |
@bors retry |
💡 This pull request was already approved, no need to approve it again.
|
📌 Commit e4f1179 has been approved by |
⌛ Testing commit e4f1179 with merge 1177e7b2ffb37d4052e1bba8eff7fa727f4323d2... |
⌛ Testing commit e4f1179 with merge 8385dc2345594af5089ae482ac85ed5607a28544... |
💔 Test failed - checks-actions |
Not sure if this is spurious or if I've done something wrong here. |
nah some other prs are failing with the same problem |
@bors ping |
@bors retry |
😪 I'm awake I'm awake |
Rollup of 10 pull requests Successful merges: - rust-lang#91133 (Improve `unsafe` diagnostic) - rust-lang#93222 (Make ErrorReported impossible to construct outside `rustc_errors`) - rust-lang#93745 (Stabilize ADX target feature) - rust-lang#94309 ([generator_interior] Be more precise with scopes of borrowed places) - rust-lang#94698 (Remove redundant code from copy-suggestions) - rust-lang#94731 (Suggest adding `{ .. }` around a const function call with arguments) - rust-lang#94960 (Fix many spelling mistakes) - rust-lang#94982 (Add deprecated_safe feature gate and attribute, cc rust-lang#94978) - rust-lang#94997 (debuginfo: Fix ICE when generating name for type that produces a layout error.) - rust-lang#95000 (Fixed wrong type name in comment) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
No description provided.