summary refs log tree commit diff
path: root/src/test/compile-fail/issue-1655.rs
blob: 91a3c3f25c0b19af57cedc5adc75121172e8b8a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// error-pattern:expected item
mod blade_runner {
    #[legacy_exports];
    #~[doc(
        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."
    )]
}