slint/helper_crates/const-field-offset
Olivier Goffart 68cea2aeec Fix soundness hole in FieldOffset
This was cause by the change to allow to create FieldOffset in const constext
because a Fn(T)->U  is not allowed in a const constext.
But we need to be contravariant in T.
2020-05-18 11:06:44 +02:00
..
macro Work on const field offset crate to give type safe offsets 2020-05-18 11:06:44 +02:00
src Fix soundness hole in FieldOffset 2020-05-18 11:06:44 +02:00
tests Work on const field offset crate to give type safe offsets 2020-05-18 11:06:44 +02:00
Cargo.toml Work on const field offset crate to give type safe offsets 2020-05-18 11:06:44 +02:00