gccrs icon indicating copy to clipboard operation
gccrs copied to clipboard

Lang item `coerce_unsized` is not implemented.

Open P-E-P opened this issue 1 year ago • 1 comments

#[lang = "coerce_unsized"]
pub trait CoerceUnsized<T: ?Sized> {
    // Empty.
}

Meta

https://github.com/Rust-GCC/gccrs/commit/611d0bdc55a858736bd5cfabfc1ed4fef800d81a

P-E-P avatar Apr 19 '24 18:04 P-E-P

Just seen this is unstable in 1.49, low priority.

P-E-P avatar Apr 19 '24 18:04 P-E-P