Skip to content

Commit 8536eb0

Browse files
committed
rename rustc_allocator_nounwind to rustc_nounwind
1 parent 4f55ebb commit 8536eb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/hir-def/src/builtin_attr.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ pub const INERT_ATTRIBUTES: &[BuiltinAttribute] = &[
379379
// ==========================================================================
380380

381381
rustc_attr!(rustc_allocator, Normal, template!(Word), WarnFollowing, IMPL_DETAIL),
382-
rustc_attr!(rustc_allocator_nounwind, Normal, template!(Word), WarnFollowing, IMPL_DETAIL),
382+
rustc_attr!(rustc_nounwind, Normal, template!(Word), WarnFollowing, IMPL_DETAIL),
383383
gated!(
384384
alloc_error_handler, Normal, template!(Word), WarnFollowing,
385385
experimental!(alloc_error_handler)

0 commit comments

Comments
 (0)