Skip to content

Instantly share code, notes, and snippets.

101 ec2-user@ip-10-233-145-158:~/cargobomb$ cargo run -- create-local-job run-tc stable Compiling cargobomb v0.1.0 (file:///home/ec2-user/cargobomb) error[E0432]: unresolved import serde::Serealize --> src/model.rs:17:13 | 17 | use serde::{Serealize, Deserialize}; | ^^^^^^^^^ no Serealize in the root. Did you mean to use Serialize?

error[E0277]: the trait bound docker::Container: serde::Serialize is not satisfied --> :1:506

@brson
brson / .gitignore
Last active November 23, 2016 02:34 — forked from linclark/main.rs
target
reg/urbandictionary-0.1.1/src/utils.rs
5:#[macro_escape]
reg/hummingbird-0.1.3/src/utils.rs
5:#[macro_escape]
15:#[macro_escape]
reg/darksky-0.5.0/src/utils.rs
21:#[macro_escape]
48:#[macro_escape]

Themes

  • New features: ?, type macros, attributes on statements.
  • Compiler performance
  • Diagnostics
  • Cargo rustdoc bugfixes
  • New libs features

Important notes

release date: 2016-11-10
development period: 2016-08-16 - 2016-09-29
chart covers 2016-08-25 - 2016-09-29
- (earlier than this the data is inconsistent)
graph: http://goo.gl/6T69T2
stats: https://goo.gl/CLIAhi
"compile times have improved by up to 40% in real-world workloads"
TODO: what caused these improvements?
diff --git a/src/bootstrap/Cargo.lock b/src/bootstrap/Cargo.lock
index d52577e..36b94e4 100644
--- a/src/bootstrap/Cargo.lock
+++ b/src/bootstrap/Cargo.lock
@@ -157,3 +157,24 @@ name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
+[metadata]
+"checksum aho-corasick 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2b3fb52b09c1710b961acb35390d514be82e4ac96a9969a8e38565a29b878dc9"
* addr_parse_error_error lib stable 1.4.0
* alloc lib unstable None
* alloc_jemalloc lib unstable None
* alloc_system lib unstable None
* append lib stable 1.4.0
* arc_counts lib unstable None
* arc_unique lib stable 1.4.0
* arc_weak lib stable 1.4.0
* array_borrow lib stable 1.4.0
* array_default lib stable 1.4.0
brian@ip-10-145-43-250:/mnt2/dev/rust⟫ ls ~/.multirust/toolchains/nightly-x86_64-unknown-linux-gnu/share/doc/cargo/
LICENSE-APACHE LICENSE-MIT LICENSE-THIRD-PARTY README.md
brian@ip-10-145-43-250:/mnt2/dev/rust⟫ ls ~/.multirust/toolchains/nightly-x86_64-unknown-linux-gnu/share/doc/rust/
COPYRIGHT html LICENSE-APACHE LICENSE-MIT README.md
Building stage2 std artifacts (x86_64-unknown-linux-gnu -> asmjs-unknown-emscripten)
DEBUG:cargo::ops::cargo_rustc::fingerprint: fingerprint at: /mnt2/dev/rust2/build/x86_64-unknown-linux-gnu/stage2-std/asmjs-unknown-emscripten/release/.fingerprint/std_shim-f600de33096fbc90/lib-std_shim
DEBUG:cargo::ops::cargo_rustc::fingerprint: fingerprint at: /mnt2/dev/rust2/build/x86_64-unknown-linux-gnu/stage2-std/asmjs-unknown-emscripten/release/.fingerprint/core-10e55f19ce27e907/lib-core
DEBUG:cargo::ops::cargo_rustc::fingerprint: fingerprint at: /mnt2/dev/rust2/build/x86_64-unknown-linux-gnu/stage2-std/asmjs-unknown-emscripten/release/.fingerprint/std-02d9ffb9cbc6f29c/lib-std
DEBUG:cargo::ops::cargo_rustc::fingerprint: fingerprint at: /mnt2/dev/rust2/build/x86_64-unknown-linux-gnu/stage2-std/asmjs-unknown-emscripten/release/.fingerprint/collections-aec7b5b58e2fa44b/lib-collections
DEBUG:cargo::ops::cargo_rustc::fingerprint: fingerprint at: /mnt2/dev/rust2/build/x86_64-unknown-linux-gnu/stage2-std/asmjs-unknown-emscrip