mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 23:04:33 +00:00
13 lines
179 B
Rust
13 lines
179 B
Rust
|
// compile-flags:--test
|
||
|
// normalize-stdout-test: "src/test/rustdoc-ui" -> "$$DIR"
|
||
|
// build-pass
|
||
|
|
||
|
#![no_std]
|
||
|
|
||
|
extern crate alloc;
|
||
|
|
||
|
/// ```
|
||
|
/// assert!(true)
|
||
|
/// ```
|
||
|
pub fn f() {}
|