Eliminate UbCheck
for non-standard libraries
This commit is contained in:
parent
10a7aa14fe
commit
47ed73a7b5
14 changed files with 118 additions and 45 deletions
|
@ -221,6 +221,7 @@
|
|||
//
|
||||
#![cfg_attr(not(feature = "restricted-std"), stable(feature = "rust1", since = "1.0.0"))]
|
||||
#![cfg_attr(feature = "restricted-std", unstable(feature = "restricted_std", issue = "none"))]
|
||||
#![cfg_attr(not(bootstrap), rustc_preserve_ub_checks)]
|
||||
#![doc(
|
||||
html_playground_url = "https://play.rust-lang.org/",
|
||||
issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue