Skip to content

Commit

Permalink
embedded: Fix the build command doc
Browse files Browse the repository at this point in the history
We need to use the nightly toolchain to run the embedded tests, document
it appropriately.
  • Loading branch information
tcharding committed Aug 1, 2023
1 parent d998236 commit 581a913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embedded/no-allocator/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! Test `no_std` build of `bech32`.
//!
//! Build with: `cargo rustc -- -C link-arg=-nostartfiles`.
//! Build with: `cargo +nightly rustc -- -C link-arg=-nostartfiles`.
//!

#![feature(alloc_error_handler)]
Expand Down

0 comments on commit 581a913

Please sign in to comment.