rename rustc_allocator_nounwind to rustc_nounwind
This commit is contained in:
parent
db0597f561
commit
2b50cd1877
6 changed files with 14 additions and 10 deletions
|
@ -1231,7 +1231,6 @@ symbols! {
|
|||
rust_oom,
|
||||
rustc,
|
||||
rustc_allocator,
|
||||
rustc_allocator_nounwind,
|
||||
rustc_allocator_zeroed,
|
||||
rustc_allow_const_fn_unstable,
|
||||
rustc_allow_incoherent_impl,
|
||||
|
@ -1278,6 +1277,7 @@ symbols! {
|
|||
rustc_mir,
|
||||
rustc_must_implement_one_of,
|
||||
rustc_nonnull_optimization_guaranteed,
|
||||
rustc_nounwind,
|
||||
rustc_object_lifetime_default,
|
||||
rustc_on_unimplemented,
|
||||
rustc_outlives,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue