1
Fork 0

suggest adding an array length if possible

This commit is contained in:
Takayuki Maeda 2022-08-16 00:16:14 +09:00
parent 0068b8bf4b
commit 4d1b5f0d99
8 changed files with 153 additions and 25 deletions

View file

@ -457,6 +457,7 @@ struct HandlerInner {
#[derive(Copy, Clone, PartialEq, Eq, PartialOrd, Ord, Hash, Debug)]
pub enum StashKey {
ItemNoType,
UnderscoreForArrayLengths,
}
fn default_track_diagnostic(_: &Diagnostic) {}