-
Notifications
You must be signed in to change notification settings - Fork 30
Closed
Description
Running flux with 2025-11-25 on the matching rust-verify-std opened PR gives
error[E0999]: unsupported signature
--> core/src/ops/unsize.rs:36:1
|
36 | pub trait CoerceUnsized<T: PointeeSized> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: unsupported type `pattern_type!(*const T/#0 is !null)`
error[E0999]: unsupported signature
--> core/src/ops/unsize.rs:119:1
|
119 | pub trait DispatchFromDyn<T> {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: unsupported type `pattern_type!(T/#0 is !null)`
error[E0999]: unsupported signature
--> core/src/marker.rs:1014:1
|
1014 | pub auto trait Unpin {}
| ^^^^^^^^^^^^^^^^^^^^
|
= note: unsupported type `pattern_type!(*const T/#0 is !null)`
error[E0999]: unsupported signature
--> core/src/marker.rs:914:1
|
914 | pub unsafe auto trait Freeze {}
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: unsupported type `pattern_type!(*const T/#0 is !null)`
error[E0999]: unsupported signature
--> core/src/marker.rs:914:1
|
914 | pub unsafe auto trait Freeze {}
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: unsupported type `pattern_type!(*mut T/#0 is !null)`
error: internal compiler error: crates/flux-refineck/src/type_env/place_ty.rs:896:47: Query(Bug { def_id: None, location: "crates/flux-infer/src/infer.rs:878:22", msg: "incompatible types: `†EscapeIterInner<Leaf(4), AlwaysEscaped>` - `EscapeIterInner<Leaf(4), AlwaysEscaped>`" })
--> core/src/ascii.rs:116:9
|
116 | self.0.next()
| ^^^^^^
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels