Update tests

This commit is contained in:
Deadbeef
2021-07-10 15:17:09 +08:00
parent 5e695bbba1
commit a79e08ca2a
3 changed files with 11 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ use rustc_hir::def_id::{DefId, LocalDefId};
use rustc_middle::hir::map::blocks::FnLikeNode;
use rustc_middle::ty::query::Providers;
use rustc_middle::ty::TyCtxt;
use rustc_span::symbol::{sym, Symbol};
use rustc_span::symbol::Symbol;
use rustc_target::spec::abi::Abi;
/// Whether the `def_id` counts as const fn in your current crate, considering all active