summaryrefslogtreecommitdiff
path: root/test/highlight/rust/inner_line_doc_comment1/in
blob: 988cc7063f2a1b14d266bace6a3175bac3f64099 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
    /// ```shell
    /// $ cargo install
    /// ```
    ///
    /// ```edition2018,no_run
    /// # use foo;
    /// foo::bar("Hello world");
    /// ```
    ///
    /// ```
    /// # use foo;
    /// foo::bar("Hello world");
    /// ```