Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 111 Bytes

doctest-output-include-fail.md

File metadata and controls

7 lines (6 loc) · 111 Bytes

With a code sample, that has an error:

fn main() {
    let x = 234 // no semicolon here! oh no!
}