2019-04-23 17:39:26 -04:00
|
|
|
//@ compile-flags: --test
|
2024-12-25 22:12:17 +11:00
|
|
|
//@ normalize-stdout: "tests/rustdoc-ui/doctest" -> "$$DIR"
|
|
|
|
//@ normalize-stdout: "finished in \d+\.\d+s" -> "finished in $$TIME"
|
2019-04-23 17:39:26 -04:00
|
|
|
//@ failure-status: 101
|
|
|
|
//@ rustc-env: RUST_BACKTRACE=0
|
|
|
|
|
|
|
|
/// ```rust
|
|
|
|
/// let x = 7;
|
|
|
|
/// "unterminated
|
|
|
|
/// ```
|
|
|
|
pub fn foo() {}
|