This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PS D:\Git\hearthsim-group\incite> nslookup static.rust-lang.org 8.8.8.8 | |
Server: google-public-dns-a.google.com | |
Address: 8.8.8.8 | |
Non-authoritative answer: | |
Name: d3ah34wvbudrdd.cloudfront.net | |
Addresses: 2600:9000:211b:2c00:5:26a9:7440:93a1 | |
2600:9000:211b:3800:5:26a9:7440:93a1 | |
2600:9000:211b:a400:5:26a9:7440:93a1 | |
2600:9000:211b:a600:5:26a9:7440:93a1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PS C:\Users\Bert\Desktop\repros> cargo new --lib slog-test | |
Created library `slog-test` project | |
PS C:\Users\Bert\Desktop\repros> cd .\slog-test\ | |
PS C:\Users\Bert\Desktop\repros\slog-test> cargo build | |
Updating registry `https://github.com/rust-lang/crates.io-index` | |
Compiling cfg-if v0.1.4 | |
Compiling slog v2.2.3 | |
Compiling crossbeam v0.2.12 | |
Compiling lazy_static v0.2.11 | |
Compiling log v0.4.2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
error[E0277]: the trait bound `medici_core::service::error::MissingEntityError<usize>: failure::Fail` is not satisfied | |
--> src\implementation\effect\trigger.rs:18:23 | |
| | |
18 | let game_entity = x.entities.get_mut(GAME_E_ID)?; | |
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `failure::Fail` is not implemented for `medici_core::service::error::MissingEntityError<usize>` | |
| | |
= help: the following implementations were found: | |
<medici_core::service::error::MissingEntityError<ID> as failure::Fail> | |
= note: required because of the requirements on the impl of `std::convert::From<medici_core::service::error::MissingEntityError<usize>>` for `failure::Error` | |
= note: required by `std::convert::From::from` |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"message":"unused `#[macro_use]` import","code":null,"level":"warning","spans":[{"file_name":"src\\main.rs","byte_start":0,"byte_end":12,"line_start":1,"line_end":1,"column_start":1,"column_end":13,"is_primary":true,"text":[{"text":"#[macro_use]","highlight_start":1,"highlight_end":13}],"label":null,"suggested_replacement":null,"expansion":null}],"children":[{"message":"#[warn(unused_imports)] on by default","code":null,"level":"note","spans":[],"children":[],"rendered":null}],"rendered":null} | |
thread 'main' panicked at 'RUST_SRC_PATH is set: NotPresent', src\libcore\result.rs:906:4 | |
thread 'main' panicked at 'RUST_SRC_PATH is set: NotPresent', src\libcore\result.rs:906:4 | |
thread 'main' panicked at 'Statement has a beginning', src\libcore\option.rs:819:4 | |
thread 'main' panicked at 'Statement has a beginning', src\libcore\option.rs:819:4 | |
thread 'main' panicked at 'Statement has a beginning', src\libcore\option.rs:819:4 | |
thread 'main' panicked at 'Statement has a beginning', src\libcore\option.rs:819:4 | |
thread 'main |
NewerOlder