Skip to content

Instantly share code, notes, and snippets.

View Bert-Proesmans's full-sized avatar

Proesmans Bert Bert-Proesmans

View GitHub Profile
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
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
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`
@Bert-Proesmans
Bert-Proesmans / RLS output.txt
Created August 26, 2017 21:35
RLS issue output files
{"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