Skip to content

Flux failing on 2025-11-25 rust-verify-std #1439

@nilehmann

Description

@nilehmann

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()
    |         ^^^^^^

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions