-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Fix stability attribute of impl !Error for &str
#129312
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Conversation
r? @Noratrieb rustbot has assigned @Noratrieb. Use |
This comment has been minimized.
This comment has been minimized.
you need to change the feature name to one that matches, or make up your own |
068e692
to
a1a5130
Compare
Called it |
This comment has been minimized.
This comment has been minimized.
i think you need a new feature, cause error_in_core was only recently stabilized, whereas this has been stable since then |
It was introduced in bf7611d (rust-lang#99917), which was included in Rust 1.65.0.
a1a5130
to
123bb58
Compare
Done. |
@bors r+ |
…iaskrgr Rollup of 10 pull requests Successful merges: - rust-lang#128627 (Special case DUMMY_SP to emit line 0/column 0 locations on DWARF platforms.) - rust-lang#128843 (Minor Refactor: Remove a Redundant Conditional Check) - rust-lang#129179 (CFI: Erase regions when projecting ADT to its transparent non-1zst field) - rust-lang#129281 (Tweak unreachable lint wording) - rust-lang#129312 (Fix stability attribute of `impl !Error for &str`) - rust-lang#129332 (Avoid extra `cast()`s after `CStr::as_ptr()`) - rust-lang#129339 (Make `ArgAbi::make_indirect_force` more specific) - rust-lang#129344 (Use `bool` in favor of `Option<()>` for diagnostics) - rust-lang#129345 (Use shorthand field initialization syntax more aggressively in the compiler) - rust-lang#129355 (fix comment on PlaceMention semantics) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#129312 - tbu-:pr_str_not_impl_error, r=Noratrieb Fix stability attribute of `impl !Error for &str` It was introduced in bf7611d (rust-lang#99917), which was included in Rust 1.65.0.
It was introduced in bf7611d (#99917), which was included in Rust 1.65.0.