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.
lazy::Sync{OnceCell,Lazy}
sync::{Once,Lazy}Lock
1 parent 9096b3e commit 6d8c450Copy full SHA for 6d8c450
src/driver/jit.rs
@@ -13,7 +13,7 @@ use rustc_span::Symbol;
13
14
use cranelift_jit::{JITBuilder, JITModule};
15
16
-// FIXME use std::lazy::SyncOnceCell once it stabilizes
+// FIXME use std::sync::OnceLock once it stabilizes
17
use once_cell::sync::OnceCell;
18
19
use crate::{prelude::*, BackendConfig};
0 commit comments