phil-opp on master
Use <h1> instead of <h2> for 'R… (compare)
phil-opp on master
Code examples are _additionally… (compare)
phil-opp on master
Improve rendering of "```" (compare)
phil-opp on license
phil-opp on master
Update copyright year in MIT li… License blog content under CC B… Clarify licensing in root README and 3 more (compare)
Compiling bootloader v0.2.0-alpha-004 (file:///Users/lachlansneff/.cargo/git/checkouts/bootloader-fb1ae7c8d7214858/05a5d93)
error[E0636]: the feature `nll` has already been declared
--> src/main.rs:10:12
|
10 | #![feature(nll)]
| ^^^
warning: the feature `iterator_step_by` has been stable since 1.28.0 and no longer requires an attribute to enable
--> src/main.rs:3:12
|
3 | #![feature(iterator_step_by)]
| ^^^^^^^^^^^^^^^^
|
= note: #[warn(stable_features)] on by default
warning: the feature `pointer_methods` has been stable since 1.26.0 and no longer requires an attribute to enable
--> src/main.rs:8:12
|
8 | #![feature(pointer_methods)]
| ^^^^^^^^^^^^^^^
error: aborting due to previous error