Remove leftover mentions of from_anon_const

This commit is contained in:
Oliver Scherer 2020-03-23 22:24:31 +01:00
parent 124ab20d4b
commit 5aa15bfa1c
3 changed files with 3 additions and 3 deletions

View file

@ -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() {}