File tree 3 files changed +2
-3
lines changed
3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -199,8 +199,6 @@ rust_feature_def!(
199
199
Nightly {
200
200
/// `thiscall` calling convention ([Tracking issue](https://github.com/rust-lang/rust/issues/42202))
201
201
=> thiscall_abi;
202
- /// repr(packed(N)) ([PR](https://github.com/rust-lang/rust/pull/57049))
203
- => repr_packed_n;
204
202
}
205
203
) ;
206
204
Original file line number Diff line number Diff line change 6
6
non_camel_case_types,
7
7
non_upper_case_globals
8
8
) ]
9
+ #![ cfg( feature = "nightly" ) ]
9
10
10
11
/// This should not be opaque; we can see the attributes and can pack the
11
12
/// 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
2
2
3
3
/// This should not be opaque; we can see the attributes and can pack the
4
4
/// struct.
You can’t perform that action at this time.
0 commit comments