Remove an unnecessary field from a NonConstOp

This commit is contained in:
oli
2021-01-04 23:32:19 +00:00
parent d51cf9601c
commit ad5aa2359d
2 changed files with 3 additions and 3 deletions

View File

@@ -72,7 +72,7 @@ impl NonConstOp for FnCallIndirect {
/// A function call where the callee is not marked as `const`.
#[derive(Debug)]
pub struct FnCallNonConst(pub DefId);
pub struct FnCallNonConst;
impl NonConstOp for FnCallNonConst {
fn build_error(&self, ccx: &ConstCx<'_, 'tcx>, span: Span) -> DiagnosticBuilder<'tcx> {
struct_span_err!(