Incorrect: mismatched-arg-count with RTIC #6684
Labels
A-diagnostics
diagnostics / error reporting
A-ty
type system / type inference / traits / method resolution
The following example causes rust-analyzer to incorrectly report
[rust-analyzer mismatched-arg-count] [E] Expected 1 argument, found 0
with those 2 lines:when using latest
cortex-m-rtic = "0.6.0-alpha.0"
release.However when providing a dummy argument into constrain() rust analyzer then correctly says that the function in fact takes no arguments.
The text was updated successfully, but these errors were encountered: