2012-02-22 23:47:23 -06:00
|
|
|
// error-pattern:expected item
|
|
|
|
mod blade_runner {
|
2012-06-29 18:26:56 -05:00
|
|
|
#~[doc(
|
2012-02-22 23:47:23 -06:00
|
|
|
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."
|
2012-06-29 18:26:56 -05:00
|
|
|
)]
|
2012-02-22 23:47:23 -06:00
|
|
|
}
|