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