]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #95859 - rainy-me:unterminated-nested-block-comment, r=petrochenkov
authorDylan DPC <99973273+Dylan-DPC@users.noreply.github.com>
Sat, 16 Apr 2022 05:12:44 +0000 (07:12 +0200)
committerGitHub <noreply@github.com>
Sat, 16 Apr 2022 05:12:44 +0000 (07:12 +0200)
Improve diagnostics for unterminated nested block comment

close #95283

(This is my first time try to messing around with rust compiler and might get a lot of things wrong... :bow: )

1  2 
compiler/rustc_parse/src/lexer/mod.rs

Simple merge