mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 22:01:37 +00:00
implement vararg type collection from function params
This commit is contained in:
parent
6d61be8e65
commit
b3bd5a471e
3 changed files with 31 additions and 1 deletions
|
@ -419,6 +419,7 @@ pub mod known {
|
|||
shr,
|
||||
sub_assign,
|
||||
sub,
|
||||
va_list
|
||||
);
|
||||
|
||||
// self/Self cannot be used as an identifier
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue