File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -199,8 +199,6 @@ rust_feature_def!(
199199 Nightly {
200200 /// `thiscall` calling convention ([Tracking issue](https://github.com/rust-lang/rust/issues/42202))
201201 => thiscall_abi;
202- /// repr(packed(N)) ([PR](https://github.com/rust-lang/rust/pull/57049))
203- => repr_packed_n;
204202 }
205203) ;
206204
Original file line number Diff line number Diff line change 66 non_camel_case_types,
77 non_upper_case_globals
88) ]
9+ #![ cfg( feature = "nightly" ) ]
910
1011/// This should not be opaque; we can see the attributes and can pack the
1112/// struct.
Original file line number Diff line number Diff line change 1- // bindgen-flags: --rust-target nightly
1+ // bindgen-flags: --raw-line '#![cfg(feature = "nightly")]' -- rust-target 1.33
22
33/// This should not be opaque; we can see the attributes and can pack the
44/// struct.
You can’t perform that action at this time.
0 commit comments