slint icon indicating copy to clipboard operation
slint copied to clipboard

vtable: fix UB detected as miri errors

Open ogoffart opened this issue 4 months ago • 0 comments

We can't create references for things that aren't represented by the reference. Even if we never dereference that reference.

Also add a miri test in the CI that runs the test on crate which are error free.

ogoffart avatar Feb 20 '24 15:02 ogoffart