Skip to content

Commit 581a913

Browse files
committed
embedded: Fix the build command doc
We need to use the nightly toolchain to run the embedded tests, document it appropriately.
1 parent d998236 commit 581a913

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

embedded/no-allocator/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! Test `no_std` build of `bech32`.
22
//!
3-
//! Build with: `cargo rustc -- -C link-arg=-nostartfiles`.
3+
//! Build with: `cargo +nightly rustc -- -C link-arg=-nostartfiles`.
44
//!
55
66
#![feature(alloc_error_handler)]

0 commit comments

Comments
 (0)