Functions§
- check_
generic_ 🔒arg_ count - Checks that the correct number of generic arguments have been provided. This is used both for datatypes and function calls.
- check_
generic_ arg_ count_ for_ call - Checks that the correct number of generic arguments have been provided. Used specifically for function calls.
- generic_
arg_ 🔒mismatch_ err - Report an error that a generic argument did not match the generic parameter that was expected.
- lower_
generic_ args - Lower generic arguments from the HIR to the
rustc_middle::ty
representation. - prohibit_
explicit_ 🔒late_ bound_ lifetimes - Prohibits explicit lifetime arguments if late-bound lifetime parameters are present. This is used both for datatypes and function calls.