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 821fabd commit f3d4c6dCopy full SHA for f3d4c6d
src/bootstrap/cache.rs
@@ -257,9 +257,6 @@ lazy_static! {
257
/// any type in its output. It is a write-once cache; values are never evicted,
258
/// which means that references to the value can safely be returned from the
259
/// get() method.
260
-//
261
-// FIXME: This type does not permit retrieving &Path from a PathBuf, primarily
262
-// due to a lack of any obvious way to ensure that this is safe, but also not
263
#[derive(Debug)]
264
pub struct Cache(
265
RefCell<HashMap<
0 commit comments