Skip to content

Commit e1ca94a

Browse files
committed
Re-add pub
1 parent 728a5d3 commit e1ca94a

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

bindgen-tests/tests/expectations/tests/libclang-9/issue-544-stylo-creduce-2.rs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindgen-tests/tests/expectations/tests/non-type-params.rs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindgen-tests/tests/expectations/tests/nsBaseHashtable.rs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindgen-tests/tests/expectations/tests/partial-specialization-and-inheritance.rs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindgen-tests/tests/expectations/tests/size_t_template.rs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindgen-tests/tests/expectations/tests/va_list_aarch64_linux.rs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bindgen/codegen/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5450,7 +5450,7 @@ pub(crate) mod utils {
54505450
/// type, it is represented like this.
54515451
#[derive(PartialEq, Copy, Clone, Debug, Hash)]
54525452
#[repr(C)]
5453-
struct __BindgenOpaqueArray<T: Copy, const N: usize>(pub [T; N]);
5453+
pub struct __BindgenOpaqueArray<T: Copy, const N: usize>(pub [T; N]);
54545454
impl<T: Copy + Default, const N: usize> Default for __BindgenOpaqueArray<T, N> {
54555455
fn default() -> Self {
54565456
Self([<T as Default>::default(); N])

0 commit comments

Comments
 (0)