• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // compile-flags: --test
2 // normalize-stdout-test: "tests/rustdoc-ui/doctest" -> "$$DIR"
3 // normalize-stdout-test "finished in \d+\.\d+s" -> "finished in $$TIME"
4 // failure-status: 101
5 // rustc-env: RUST_BACKTRACE=0
6 
7 /// ```rust
8 /// let x = 7;
9 /// "unterminated
10 /// ```
foo()11 pub fn foo() {}
12