File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -155,8 +155,9 @@ Even though the `Vec` created by `Vec::new` will never actually be dropped
155155inside the ` const fn ` , we don't detect that all fields of ` tuple ` have been moved
156156out of, and thus conservatively assume that the drop impl for ` tuple ` will run.
157157While this particular case is trivial, there are other, more complex ones that
158- would require a more expensive solution. It is an open question how precise we
159- want to be here.
158+ would require a more comprehensive solution. It is an open question how precise
159+ we want to be here, since more precision means longer compile times, even for
160+ users that have no need for more expressiveness.
160161
161162[ `const-eval` ] : https://github.com/rust-lang/const-eval
162163[ drop ] : https://github.com/rust-lang/const-eval/blob/master/static.md#drop
You can’t perform that action at this time.
0 commit comments