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)
phil-opp on license
Clarify licensing of contributi… (compare)
phil-opp on master
Remove azure pipelines CI script (compare)
phil-opp on license
Ignore README.md in zola proces… (compare)
phil-opp on license
Update copyright year in MIT li… License blog content under CC B… Clarify licensing in root README (compare)
phil-opp on post-08
Use Github Actions CI badge Merge branch 'post-01' into pos… Update Github Actions badge for… and 12 more (compare)
phil-opp on post-04
Use Github Actions CI badge Merge branch 'post-01' into pos… Update Github Actions badge for… and 4 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