rust/src/test/ui/parser/issue-1655.rs
2020-03-10 08:35:23 +01:00

11 lines
384 B
Rust

mod blade_runner {
#vec[doc( //~ ERROR expected one of `!` or `[`, found `vec`
brief = "Blade Runner is probably the best movie ever",
desc = "I like that in the world of Blade Runner it is always
raining, and that it's always night time. And Aliens
was also a really good movie.
Alien 3 was crap though."
)]
}