Make feature(effects)
require -Znext-solver
This commit is contained in:
parent
6c3485512f
commit
34ae56de35
6 changed files with 40 additions and 0 deletions
|
@ -1699,3 +1699,9 @@ pub struct InvalidReceiverTy<'tcx> {
|
|||
pub span: Span,
|
||||
pub receiver_ty: Ty<'tcx>,
|
||||
}
|
||||
|
||||
#[derive(Diagnostic)]
|
||||
#[diag(hir_analysis_effects_without_next_solver)]
|
||||
#[note]
|
||||
#[help]
|
||||
pub struct EffectsWithoutNextSolver;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue