rust/src/test/ui/parser/shebang
Vadim Petrochenkov b1491eacfc lexer: Tiny improvement to shebang detection
Lexer now discerns between regular comments and doc comments, so use that.
The change only affects the choice of reported errors.
2020-09-02 00:40:19 +03:00
..
issue-71471-ignore-tidy.rs
issue-71471-ignore-tidy.stderr
multiline-attrib.rs
regular-attrib.rs
shebang-and-attrib.rs
shebang-comment.rs
shebang-doc-comment.rs lexer: Tiny improvement to shebang detection 2020-09-02 00:40:19 +03:00
shebang-doc-comment.stderr lexer: Tiny improvement to shebang detection 2020-09-02 00:40:19 +03:00
shebang-empty.rs rustc_lexer: Simplify shebang parsing once more 2020-06-26 19:52:19 +03:00
shebang-must-start-file.rs
shebang-must-start-file.stderr
shebang-space.rs rustc_lexer: Simplify shebang parsing once more 2020-06-26 19:52:19 +03:00
sneaky-attrib.rs
valid-shebang.rs