File tree 1 file changed +3
-2
lines changed
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
155
155
inside the ` const fn ` , we don't detect that all fields of ` tuple ` have been moved
156
156
out of, and thus conservatively assume that the drop impl for ` tuple ` will run.
157
157
While 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.
160
161
161
162
[ `const-eval` ] : https://github.com/rust-lang/const-eval
162
163
[ 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