summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-04-01 03:16:45 +0000
committerbors <bors@rust-lang.org>2024-04-01 03:16:45 +0000
commitdefef8658e8f740cc8d2818b5b96441071e9a7a6 (patch)
treed83fa1b9a04bc318756c11d60243d39ddb487bf2 /Cargo.lock
parent66de6111960571ab7b030c205b6176801c7ecbfc (diff)
parent6e5f1dacf3a670cf03111039a032c765355839aa (diff)
Auto merge of #122972 - beetrees:use-align-type, r=fee1-dead
Use the `Align` type when parsing alignment attributes Use the `Align` type in `rustc_attr::parse_alignment`, removing the need to call `Align::from_bytes(...).unwrap()` later in the compilation process.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 6168a0a1747..a10eccb1ce5 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3569,6 +3569,7 @@ dependencies = [
name = "rustc_attr"
version = "0.0.0"
dependencies = [
+ "rustc_abi",
"rustc_ast",
"rustc_ast_pretty",
"rustc_data_structures",