ctti icon indicating copy to clipboard operation
ctti copied to clipboard

Rust compile-time type information experiment

Results 1 ctti issues
Sort by recently updated
recently updated
newest added

This crate triggers the pointer_structural_match lint: https://github.com/h33p/ctti/blob/1ae5fa0f41c0b1366089ac063735a66e596ab667/src/impls.rs#L473-L473 Matching against function pointers is not reliable and will become a hard error once https://github.com/rust-lang/rust/pull/124661 lands, as was decided in https://github.com/rust-lang/rfcs/pull/3535. I recommend...