We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b6c0739 + 2680f71 commit 06a96b7Copy full SHA for 06a96b7
src/lib.rs
@@ -181,7 +181,7 @@ pub mod storage;
181
pub mod string;
182
pub mod vec;
183
184
-// Workaround a compiler ICE in rust 1.83 to 1.86
+// FIXME: Workaround a compiler ICE in rust 1.83 to 1.86
185
// https://github.com/rust-lang/rust/issues/138979#issuecomment-2760839948
186
#[expect(dead_code)]
187
fn dead_code_ice_workaround() {}
0 commit comments