diff options
| author | Laurențiu Nicola <lnicola@dend.ro> | 2025-06-23 12:17:31 +0300 |
|---|---|---|
| committer | Laurențiu Nicola <lnicola@dend.ro> | 2025-06-23 12:17:31 +0300 |
| commit | 3c4a690d018bebe98cf5ebfdfbf4388d131121c9 (patch) | |
| tree | 8ba69fe791545d69bd1d6fd93318b8bc76449a18 /compiler/rustc_const_eval/src/errors.rs | |
| parent | 3db7cffd54008792421a801e80701465c8977abd (diff) | |
| parent | 1052ddda964811c25823aa7285595f7085392b36 (diff) | |
| download | rust-3c4a690d018bebe98cf5ebfdfbf4388d131121c9.tar.gz rust-3c4a690d018bebe98cf5ebfdfbf4388d131121c9.zip | |
Merge from rust-lang/rust
Diffstat (limited to 'compiler/rustc_const_eval/src/errors.rs')
| -rw-r--r-- | compiler/rustc_const_eval/src/errors.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/compiler/rustc_const_eval/src/errors.rs b/compiler/rustc_const_eval/src/errors.rs index 037cbf777e7..69c71aef9f3 100644 --- a/compiler/rustc_const_eval/src/errors.rs +++ b/compiler/rustc_const_eval/src/errors.rs @@ -136,9 +136,7 @@ pub(crate) struct UnstableIntrinsic { code = "#![feature({feature})]\n", applicability = "machine-applicable" )] - pub suggestion: Option<Span>, - #[help(const_eval_unstable_intrinsic_suggestion)] - pub help: bool, + pub suggestion: Span, } #[derive(Diagnostic)] |
