]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/issues/issue-1655.rs
Rollup merge of #92399 - Veeupup:fix_vec_typo, r=Dylan-DPC
[rust.git] / src / test / ui / parser / issues / issue-1655.rs
1 mod blade_runner {
2     #vec[doc( //~ ERROR expected one of `!` or `[`, found `vec`
3         brief = "Blade Runner is probably the best movie ever",
4         desc = "I like that in the world of Blade Runner it is always
5                 raining, and that it's always night time. And Aliens
6                 was also a really good movie.
7
8                 Alien 3 was crap though."
9     )]
10 }