Remove leftover mentions of from_anon_const
This commit is contained in:
parent
124ab20d4b
commit
5aa15bfa1c
3 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@
|
|||
// we call the query `lit_to_const(input);`.
|
||||
// However, the literal `input.lit` would not be of the type expected by `input.ty`.
|
||||
// As a result, we immediately called `bug!(...)` instead of bubbling up the problem
|
||||
// so that it could be handled by the caller of `lit_to_const` (`ast_const_to_const`).
|
||||
// so that it could be handled by the caller of `lit_to_const` (`from_anon_const`).
|
||||
|
||||
fn main() {}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue