diff options
| author | Oliver Scherer <github35764891676564198441@oli-obk.de> | 2020-09-19 10:57:14 +0200 |
|---|---|---|
| committer | Oliver Scherer <github35764891676564198441@oli-obk.de> | 2020-09-19 10:57:14 +0200 |
| commit | b8e6883a2fb1e43747f410d3e906ec6371215d49 (patch) | |
| tree | 589e89c82cfb384580126be5dc6fa8efd615a3ef /src/test | |
| parent | c5889e4dabf4c7a40785949ff16a0c6f80bd8062 (diff) | |
| download | rust-b8e6883a2fb1e43747f410d3e906ec6371215d49.tar.gz rust-b8e6883a2fb1e43747f410d3e906ec6371215d49.zip | |
Reflect the "do not call this query directly" mentality in its name
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/ui/consts/const-eval/const-eval-query-stack.stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/ui/consts/const-eval/const-eval-query-stack.stderr b/src/test/ui/consts/const-eval/const-eval-query-stack.stderr index 26d396a1819..8c57fd37e88 100644 --- a/src/test/ui/consts/const-eval/const-eval-query-stack.stderr +++ b/src/test/ui/consts/const-eval/const-eval-query-stack.stderr @@ -10,8 +10,8 @@ LL | let x: &'static i32 = &(1 / 0); query stack during panic: #0 [eval_to_allocation_raw] const-evaluating + checking `main::promoted[1]` -#1 [eval_to_const_value] simplifying constant for the type system `main::promoted[1]` -#2 [eval_to_const_value] simplifying constant for the type system `main::promoted[1]` +#1 [eval_to_const_value_raw] simplifying constant for the type system `main::promoted[1]` +#2 [eval_to_const_value_raw] simplifying constant for the type system `main::promoted[1]` #3 [normalize_generic_arg_after_erasing_regions] normalizing `main::promoted[1]` #4 [optimized_mir] optimizing MIR for `main` #5 [collect_and_partition_mono_items] collect_and_partition_mono_items |
