error: "the name `black_box` is defined multiple times" when feature `core_hint_black_box` enabled
Just what the title says : when feature `core_hint_black_box` is enabled, compilation of this crate fails because it unconditionally defines its own `black_box`: https://github.com/dalek-cryptography/subtle/blob/main/src/lib.rs#L223
关闭于 2024-06-24 1 条评论