about summary refs log tree commit diff
path: root/tests/rustdoc-ui/issues/issue-80992.rs
blob: c328ac53e538711c1d083bd212fc097ab3ffee48 (plain)
1
2
3
4
5
6
7
8
9
10
11
//@ check-pass
//@ compile-flags:--test
//@ normalize-stdout: "tests/rustdoc-ui/issues" -> "$$DIR"
//@ normalize-stdout: "finished in \d+\.\d+s" -> "finished in $$TIME"

pub fn test() -> Result<(), ()> {
    //! ```compile_fail
    //! fn test() -> Result< {}
    //! ```
    Ok(())
}