suggest adding an array length if possible
This commit is contained in:
parent
0068b8bf4b
commit
4d1b5f0d99
8 changed files with 153 additions and 25 deletions
|
@ -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) {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue