From c95dc516440636acb2e9f0b61e3a4595a90c4d2e Mon Sep 17 00:00:00 2001 From: Joel Galenson Date: Wed, 19 May 2021 16:12:52 -0700 Subject: Upgrade rust/crates/pin-project to 1.0.7 Test: make Change-Id: I9cb8c4f9c94d68c5775ee9a360f4e882a836e186 --- tests/expand/naming/tuple_struct-ref.expanded.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/expand/naming/tuple_struct-ref.expanded.rs') diff --git a/tests/expand/naming/tuple_struct-ref.expanded.rs b/tests/expand/naming/tuple_struct-ref.expanded.rs index 587d741..3c2618f 100644 --- a/tests/expand/naming/tuple_struct-ref.expanded.rs +++ b/tests/expand/naming/tuple_struct-ref.expanded.rs @@ -62,7 +62,7 @@ const _: () = { } } } - #[forbid(safe_packed_borrows)] + #[forbid(unaligned_references, safe_packed_borrows)] fn __assert_not_repr_packed(this: &TupleStruct) { let _ = &this.0; let _ = &this.1; -- cgit v1.2.3