Skip to content

Instantly share code, notes, and snippets.

@kinggoesgaming
Created September 14, 2018 16:22
Show Gist options
  • Save kinggoesgaming/82016f3778e82bd3d639c9e3dbec57a3 to your computer and use it in GitHub Desktop.
Save kinggoesgaming/82016f3778e82bd3d639c9e3dbec57a3 to your computer and use it in GitHub Desktop.
Compiling uuid v0.7.0 (file:///home/developer/src/oss/uuid)
error[E0468]: an `extern crate` loading macros must be at the crate root
--> benches/slog_support/mod.rs:3:1
|
3 | extern crate slog;
| ^^^^^^^^^^^^^^^^^^
error[E0425]: cannot find value `root` in this scope
--> benches/slog_support/parse_str.rs:16:15
|
16 | crit!(root, "test"; "u1" => u1);
| ^^^^ not found in this scope
error[E0425]: cannot find value `u1` in this scope
--> benches/slog_support/parse_str.rs:16:37
|
16 | crit!(root, "test"; "u1" => u1);
| ^^ not found in this scope
warning: unused `#[macro_use]` import
--> benches/mod.rs:3:1
|
3 | #[macro_use]
| ^^^^^^^^^^^^
|
= note: #[warn(unused_imports)] on by default
error: aborting due to 3 previous errors
Some errors occurred: E0425, E0468.
For more information about an error, try `rustc --explain E0425`.
error: Could not compile `uuid`.
To learn more, run the command again with --verbose.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment