Skip to content

Commit

Permalink
Merge #145
Browse files Browse the repository at this point in the history
145: Update qemu.md r=jamesmunns a=flip111

i didn't know what this was

Co-authored-by: flip111 <flip101@gmail.com>
  • Loading branch information
bors[bot] and flip111 committed Feb 17, 2019
2 parents 700d073 + ccfdaec commit ccfe42d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/start/qemu.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ that'd be `#[entry]`.
[`cortex-m-rt`]: https://crates.io/crates/cortex-m-rt

`fn main() -> !`. Our program will be the *only* process running on the target
hardware so we don't want it to end! We use a divergent function (the `-> !`
hardware so we don't want it to end! We use a [divergent function](https://doc.rust-lang.org/rust-by-example/fn/diverging.html) (the `-> !`
bit in the function signature) to ensure at compile time that'll be the case.

### Cross compiling
Expand Down

0 comments on commit ccfe42d

Please sign in to comment.