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.
1 parent b6c0739 commit 2680f71Copy full SHA for 2680f71
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