salsa 0.4.1

A generic framework for on-demand, incrementalized computation (experimental)
Build #119838 2018-10-06T11:25:34.374861+00:00
# rustc version
rustc 1.28.0-dev (b9bf4f162 2018-06-02)
# docs.rs version
cratesfyi 0.5.0 (579f83b 2018-03-05)

# build log
Updating registry `https://github.com/rust-lang/crates.io-index`
Downloading salsa v0.4.1
Fresh cfg-if v0.1.5
Fresh rand_core v0.3.0
Fresh indexmap v1.0.1
Fresh stable_deref_trait v1.1.1
Fresh scopeguard v0.3.3
Fresh void v1.0.2
Fresh byteorder v1.2.6
Fresh rand_core v0.2.2
Fresh unicode-xid v0.1.0
Fresh log v0.4.5
Fresh owning_ref v0.3.3
Fresh libc v0.2.43
Fresh unreachable v1.0.0
Fresh rustc-hash v1.0.1
Fresh semver-parser v0.7.0
Fresh lock_api v0.1.4
Fresh proc-macro2 v0.4.20
Fresh rand v0.5.5
Compiling smallvec v0.6.5
Fresh semver v0.9.0
Fresh quote v0.6.8
Fresh rustc_version v0.2.3
Running `rustc --crate-name smallvec .cargo/registry/src/github.com-1ecc6299db9ec823/smallvec-0.6.5/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=6b2e905bdcabe9ef -C extra-filename=-6b2e905bdcabe9ef --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern unreachable=/home/cratesfyi/cratesfyi/debug/deps/libunreachable-b9c7c97cb1bf6717.rlib --extern-version unreachable=unreachable,1.0.0 --cap-lints allow`
Fresh syn v0.14.9
Fresh derive-new v0.5.5
Compiling parking_lot_core v0.3.1
Running `rustc --crate-name parking_lot_core .cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot_core-0.3.1/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 -C metadata=68619f2d4856e51b -C extra-filename=-68619f2d4856e51b --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern rand=/home/cratesfyi/cratesfyi/debug/deps/librand-29c97574f3dc2f74.rlib --extern-version rand=rand,0.5.5 --extern smallvec=/home/cratesfyi/cratesfyi/debug/deps/libsmallvec-6b2e905bdcabe9ef.rlib --extern-version smallvec=smallvec,0.6.5 --extern libc=/home/cratesfyi/cratesfyi/debug/deps/liblibc-15afba2933e2f7e8.rlib --extern-version libc=libc,0.2.43 --cap-lints allow --cfg has_localkey_try_with`
Compiling parking_lot v0.6.4
Running `rustc --crate-name parking_lot .cargo/registry/src/github.com-1ecc6299db9ec823/parking_lot-0.6.4/src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="owning_ref"' --cfg 'feature="lock_api"' -C metadata=1dbd9868b5417275 -C extra-filename=-1dbd9868b5417275 --out-dir /home/cratesfyi/cratesfyi/debug/deps -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern lock_api=/home/cratesfyi/cratesfyi/debug/deps/liblock_api-80481a75a1e0899f.rlib --extern-version lock_api=lock_api,0.1.4 --extern parking_lot_core=/home/cratesfyi/cratesfyi/debug/deps/libparking_lot_core-68619f2d4856e51b.rlib --extern-version parking_lot_core=parking_lot_core,0.3.1 --cap-lints allow`
Documenting salsa v0.4.1
Running `rustdoc --crate-name salsa .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180602-1.28.0-dev-b9bf4f162 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern log=/home/cratesfyi/cratesfyi/debug/deps/liblog-f5bbe4c1999a96be.rlib --extern-version log=log,0.4.5 --extern rustc_hash=/home/cratesfyi/cratesfyi/debug/deps/librustc_hash-d90e28fbaecf2085.rlib --extern-version rustc_hash=rustc-hash,1.0.1 --extern derive_new=/home/cratesfyi/cratesfyi/debug/deps/libderive_new-9f50c16ff991355b.so --extern-version derive_new=derive-new,0.5.5 --extern parking_lot=/home/cratesfyi/cratesfyi/debug/deps/libparking_lot-1dbd9868b5417275.rlib --extern-version parking_lot=parking_lot,0.6.4 --extern indexmap=/home/cratesfyi/cratesfyi/debug/deps/libindexmap-f41d1eed9e1ac11e.rlib --extern-version indexmap=indexmap,1.0.1`
error[E0658]: :vis fragment specifier is experimental and subject to change (see issue #41022)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/lib.rs:268:27
|
268 |         $(#[$attr:meta])* $v:vis trait $name:ident { $($t:tt)* }
|                           ^^^^^^
|
= help: add #![feature(macro_vis_matcher)] to the crate attributes to enable

error[E0658]: :vis fragment specifier is experimental and subject to change (see issue #41022)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/lib.rs:278:27
|
278 |         $(#[$attr:meta])* $v:vis trait $name:ident : $($t:tt)*
|                           ^^^^^^
|
= help: add #![feature(macro_vis_matcher)] to the crate attributes to enable

error[E0658]: :vis fragment specifier is experimental and subject to change (see issue #41022)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/lib.rs:290:17
|
290 |         headers[$v:vis, $query_trait:ident, $($header:tt)*];
|                 ^^^^^^
|
= help: add #![feature(macro_vis_matcher)] to the crate attributes to enable

error[E0658]: :vis fragment specifier is experimental and subject to change (see issue #41022)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/lib.rs:454:9
|
454 |         $v:vis struct $Storage:ident for $Database:ty {
|         ^^^^^^
|
= help: add #![feature(macro_vis_matcher)] to the crate attributes to enable

error[E0432]: unresolved import `derive_new`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/lib.rs:9:5
|
9 | use derive_new::new;
|     ^^^^^^^^^^ Maybe a missing `extern crate derive_new;`?

error[E0432]: unresolved import `rustc_hash`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/lib.rs:10:5
|
10 | use rustc_hash::FxHashMap;
|     ^^^^^^^^^^ Maybe a missing `extern crate rustc_hash;`?

error[E0432]: unresolved import `log`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/dependencies.rs:10:5
|
10 | use log::debug;
|     ^^^ Maybe a missing `extern crate log;`?

error[E0432]: unresolved import `parking_lot`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/dependencies.rs:11:5
|
11 | use parking_lot::{RwLock, RwLockUpgradableReadGuard};
|     ^^^^^^^^^^^ Maybe a missing `extern crate parking_lot;`?

error[E0432]: unresolved import `rustc_hash`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/dependencies.rs:12:5
|
12 | use rustc_hash::FxHashMap;
|     ^^^^^^^^^^ Maybe a missing `extern crate rustc_hash;`?

error[E0432]: unresolved import `log`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/input.rs:12:5
|
12 | use log::debug;
|     ^^^ Maybe a missing `extern crate log;`?

error[E0432]: unresolved import `parking_lot`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/input.rs:13:5
|
13 | use parking_lot::{RwLock, RwLockUpgradableReadGuard};
|     ^^^^^^^^^^^ Maybe a missing `extern crate parking_lot;`?

error[E0432]: unresolved import `rustc_hash`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/input.rs:14:5
|
14 | use rustc_hash::FxHashMap;
|     ^^^^^^^^^^ Maybe a missing `extern crate rustc_hash;`?

error[E0432]: unresolved import `log`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/memoized.rs:11:5
|
11 | use log::debug;
|     ^^^ Maybe a missing `extern crate log;`?

error[E0432]: unresolved import `parking_lot`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/memoized.rs:12:5
|
12 | use parking_lot::{RwLock, RwLockUpgradableReadGuard};
|     ^^^^^^^^^^^ Maybe a missing `extern crate parking_lot;`?

error[E0432]: unresolved import `rustc_hash`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/memoized.rs:13:5
|
13 | use rustc_hash::FxHashMap;
|     ^^^^^^^^^^ Maybe a missing `extern crate rustc_hash;`?

error[E0432]: unresolved import `log`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/runtime.rs:4:5
|
4 | use log::debug;
|     ^^^ Maybe a missing `extern crate log;`?

error[E0432]: unresolved import `rustc_hash`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/runtime.rs:5:5
|
5 | use rustc_hash::FxHasher;
|     ^^^^^^^^^^ Maybe a missing `extern crate rustc_hash;`?

error[E0432]: unresolved import `log`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/volatile.rs:8:5
|
8 | use log::debug;
|     ^^^ Maybe a missing `extern crate log;`?

error[E0432]: unresolved import `parking_lot`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/volatile.rs:9:5
|
9 | use parking_lot::Mutex;
|     ^^^^^^^^^^^ Maybe a missing `extern crate parking_lot;`?

error[E0432]: unresolved import `rustc_hash`
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/volatile.rs:10:5
|
10 | use rustc_hash::FxHashSet;
|     ^^^^^^^^^^ Maybe a missing `extern crate rustc_hash;`?

error: cannot find derive macro `new` in this scope
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/lib.rs:150:10
|
150 | #[derive(new)]
|          ^^^

error[E0658]: access to extern crates through prelude is experimental (see issue #44660)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/runtime.rs:12:22
|
12 | type FxIndexSet<K> = indexmap::IndexSet<K, BuildHasherDefault<FxHasher>>;
|                      ^^^^^^^^
|
= help: add #![feature(extern_prelude)] to the crate attributes to enable

error[E0658]: access to extern crates through prelude is experimental (see issue #44660)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/runtime.rs:211:6
|
211 | impl std::fmt::Debug for Revision {
|      ^^^
|
= help: add #![feature(extern_prelude)] to the crate attributes to enable

error[E0658]: access to extern crates through prelude is experimental (see issue #44660)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/runtime.rs:212:29
|
212 |     fn fmt(&self, fmt: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
|                             ^^^
|
= help: add #![feature(extern_prelude)] to the crate attributes to enable

error[E0658]: access to extern crates through prelude is experimental (see issue #44660)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/runtime.rs:212:57
|
212 |     fn fmt(&self, fmt: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
|                                                         ^^^
|
= help: add #![feature(extern_prelude)] to the crate attributes to enable

error[E0658]: access to extern crates through prelude is experimental (see issue #44660)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/runtime.rs:223:20
|
223 | impl<DB: Database> std::fmt::Debug for QueryDescriptorSet<DB> {
|                    ^^^
|
= help: add #![feature(extern_prelude)] to the crate attributes to enable

error[E0658]: access to extern crates through prelude is experimental (see issue #44660)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/runtime.rs:224:29
|
224 |     fn fmt(&self, fmt: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
|                             ^^^
|
= help: add #![feature(extern_prelude)] to the crate attributes to enable

error[E0658]: access to extern crates through prelude is experimental (see issue #44660)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/runtime.rs:224:57
|
224 |     fn fmt(&self, fmt: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
|                                                         ^^^
|
= help: add #![feature(extern_prelude)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/dependencies.rs:1:5
|
1 | use crate::runtime::QueryDescriptorSet;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/dependencies.rs:2:5
|
2 | use crate::runtime::Revision;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/dependencies.rs:3:5
|
3 | use crate::runtime::StampedValue;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/dependencies.rs:4:5
|
4 | use crate::CycleDetected;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/dependencies.rs:5:5
|
5 | use crate::Database;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/dependencies.rs:6:5
|
6 | use crate::QueryDescriptor;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/dependencies.rs:7:5
|
7 | use crate::QueryFunction;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/dependencies.rs:8:5
|
8 | use crate::QueryStorageOps;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/dependencies.rs:9:5
|
9 | use crate::QueryTable;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/input.rs:1:5
|
1 | use crate::runtime::QueryDescriptorSet;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/input.rs:2:5
|
2 | use crate::runtime::Revision;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/input.rs:3:5
|
3 | use crate::runtime::StampedValue;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/input.rs:4:5
|
4 | use crate::CycleDetected;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/input.rs:5:5
|
5 | use crate::Database;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/input.rs:6:5
|
6 | use crate::MutQueryStorageOps;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/input.rs:7:5
|
7 | use crate::Query;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/input.rs:8:5
|
8 | use crate::QueryDescriptor;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/input.rs:9:5
|
9 | use crate::QueryStorageOps;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/input.rs:10:5
|
10 | use crate::QueryTable;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/input.rs:11:5
|
11 | use crate::UncheckedMutQueryStorageOps;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/memoized.rs:1:5
|
1 | use crate::runtime::QueryDescriptorSet;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/memoized.rs:2:5
|
2 | use crate::runtime::Revision;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/memoized.rs:3:5
|
3 | use crate::runtime::StampedValue;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/memoized.rs:4:5
|
4 | use crate::CycleDetected;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/memoized.rs:5:5
|
5 | use crate::Database;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/memoized.rs:6:5
|
6 | use crate::QueryDescriptor;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/memoized.rs:7:5
|
7 | use crate::QueryFunction;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/memoized.rs:8:5
|
8 | use crate::QueryStorageOps;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/memoized.rs:9:5
|
9 | use crate::QueryTable;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/memoized.rs:10:5
|
10 | use crate::UncheckedMutQueryStorageOps;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/runtime.rs:1:5
|
1 | use crate::Database;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/runtime.rs:2:5
|
2 | use crate::Query;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/runtime.rs:3:5
|
3 | use crate::QueryFunction;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/volatile.rs:1:5
|
1 | use crate::runtime::Revision;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/volatile.rs:2:5
|
2 | use crate::runtime::StampedValue;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/volatile.rs:3:5
|
3 | use crate::CycleDetected;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/volatile.rs:4:5
|
4 | use crate::Database;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/volatile.rs:5:5
|
5 | use crate::QueryFunction;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/volatile.rs:6:5
|
6 | use crate::QueryStorageOps;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

error[E0658]: `crate` in paths is experimental (see issue #45477)
--> .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/volatile.rs:7:5
|
7 | use crate::QueryTable;
|     ^^^^^
|
= help: add #![feature(crate_in_paths)] to the crate attributes to enable

thread 'main' panicked at 'Error(
CargoError(
ChainedError {
error: Could not document `salsa`.,
cause: process didn't exit successfully: `rustdoc --crate-name salsa .cargo/registry/src/github.com-1ecc6299db9ec823/salsa-0.4.1/src/lib.rs -o /home/cratesfyi/cratesfyi/doc -Z unstable-options --resource-suffix -20180602-1.28.0-dev-b9bf4f162 -L dependency=/home/cratesfyi/cratesfyi/debug/deps --extern log=/home/cratesfyi/cratesfyi/debug/deps/liblog-f5bbe4c1999a96be.rlib --extern-version log=log,0.4.5 --extern rustc_hash=/home/cratesfyi/cratesfyi/debug/deps/librustc_hash-d90e28fbaecf2085.rlib --extern-version rustc_hash=rustc-hash,1.0.1 --extern derive_new=/home/cratesfyi/cratesfyi/debug/deps/libderive_new-9f50c16ff991355b.so --extern-version derive_new=derive-new,0.5.5 --extern parking_lot=/home/cratesfyi/cratesfyi/debug/deps/libparking_lot-1dbd9868b5417275.rlib --extern-version parking_lot=parking_lot,0.6.4 --extern indexmap=/home/cratesfyi/cratesfyi/debug/deps/libindexmap-f41d1eed9e1ac11e.rlib --extern-version indexmap=indexmap,1.0.1` (exit code: 101)
}
),
State {
next_error: None,
backtrace: None
}
)', src/bin/cratesfyi.rs:142:13
note: Run with `RUST_BACKTRACE=1` for a backtrace.