1
Fork 0

Don't suggest update nightly if using internal features

This commit is contained in:
许杰友 Jieyou Xu (Joe) 2024-02-27 12:40:02 +00:00
parent a5245ef284
commit a0ca9b1633
No known key found for this signature in database
GPG key ID: 95DDEBD74A1DC2C0
3 changed files with 7 additions and 28 deletions

View file

@ -57,16 +57,6 @@ pub(crate) struct IceBugReportOutdated<'a> {
pub note_url: (),
}
#[derive(Diagnostic)]
#[diag(driver_impl_ice_bug_report_internal_feature_outdated)]
pub(crate) struct IceBugReportInternalFeatureOutdated<'a> {
pub version: &'a str,
#[note(driver_impl_outdated)]
pub note_outdated: (),
#[note(driver_impl_update)]
pub note_update: (),
}
#[derive(Diagnostic)]
#[diag(driver_impl_ice_version)]
pub(crate) struct IceVersion<'a> {