未验证 提交 af8f1416 编写于 作者: O Oliver Scherer 提交者: GitHub

Update src/librustc_mir/interpret/terminator.rs

Co-Authored-By: NRalf Jung <post@ralfj.de>
上级 55840b02
......@@ -451,6 +451,7 @@ fn eval_fn_call(
/// Evaluate a const function where all arguments (if any) are zero-sized types.
/// The evaluation is memoized thanks to the query system.
// FIXME: Consider moving this to `const_eval.rs`.
pub (crate) fn eval_const_fn_call(
&mut self,
gid: GlobalId<'tcx>,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册