2024-02-22 12:10:29 +00:00
|
|
|
//@ compile-flags:--test
|
|
|
|
//@ normalize-stdout-test: "tests/rustdoc-ui/doctest" -> "$$DIR"
|
2024-06-21 15:15:36 +10:00
|
|
|
//@ normalize-stdout-test: "finished in \d+\.\d+s" -> "finished in $$TIME"
|
2024-02-22 12:10:29 +00:00
|
|
|
//@ check-pass
|
2020-01-18 23:51:06 +00:00
|
|
|
|
|
|
|
#![no_std]
|
|
|
|
|
|
|
|
extern crate alloc;
|
|
|
|
|
|
|
|
/// ```
|
|
|
|
/// assert!(true)
|
|
|
|
/// ```
|
|
|
|
pub fn f() {}
|