This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e4b9f86054
rust
/
tests
/
ui
/
parser
/
shebang
/
shebang-doc-comment.rs
4 lines
76 B
Rust
Raw
Normal View
History
Unescape
Escape
rustc_lexer: Optimize shebang detection slightly
2020-05-29 13:51:46 -05:00
#!///bin/bash
[
allow
(
unused_variables
)
]
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-01 16:22:47 -05:00
//~^ ERROR expected item, found `[`
Reference in New Issue
Copy Permalink