You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of rust-lang#133865 - matthiaskrgr:rollup-9v2f3w4, r=matthiaskrgr
Rollup of 8 pull requests
Successful merges:
- rust-lang#133737 (Include LLDB and GDB visualizers in MSVC distribution)
- rust-lang#133774 (Make CoercePointee errors translatable)
- rust-lang#133831 (Don't try and handle unfed `type_of` on anon consts)
- rust-lang#133847 (Remove `-Zshow-span`.)
- rust-lang#133849 (coverage: Use a separate counter type and simplification step during counter creation)
- rust-lang#133850 (Avoid `opaque type not constrained` errors in the presence of other errors)
- rust-lang#133851 (Stop git from merging generated files)
- rust-lang#133856 (Update sysinfo version to 0.33.0)
r? `@ghost`
`@rustbot` modify labels: rollup
builtin_macros_cfg_accessible_literal_path = `cfg_accessible` path cannot be a literal
95
95
builtin_macros_cfg_accessible_multiple_paths = multiple `cfg_accessible` paths are specified
96
96
builtin_macros_cfg_accessible_unspecified_path = `cfg_accessible` path is not specified
97
+
98
+
builtin_macros_coerce_pointee_requires_maybe_sized = `derive(CoercePointee)` requires `{$name}` to be marked `?Sized`
99
+
100
+
builtin_macros_coerce_pointee_requires_one_field = `CoercePointee` can only be derived on `struct`s with at least one field
101
+
102
+
builtin_macros_coerce_pointee_requires_one_generic = `CoercePointee` can only be derived on `struct`s that are generic over at least one type
103
+
104
+
builtin_macros_coerce_pointee_requires_one_pointee = exactly one generic type parameter must be marked as `#[pointee]` to derive `CoercePointee` traits
105
+
106
+
builtin_macros_coerce_pointee_requires_transparent = `CoercePointee` can only be derived on `struct`s with `#[repr(transparent)]`
107
+
108
+
builtin_macros_coerce_pointee_too_many_pointees = only one type parameter can be marked as `#[pointee]` when deriving `CoercePointee` traits
109
+
.label = here another type parameter is marked as `#[pointee]`
0 commit comments