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