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

    /**
     ```
     # use foo;
     foo::bar("Hello world");
     ```
     */