-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.regression-from-stable-to-betaPerformance or correctness regression from stable to beta.Performance or correctness regression from stable to beta.
Description
tree version 0.4.1 regressed from stable to beta (full log):
Aug 04 01:44:04.757 INFO kablam! error: use of unstable library feature 'ord_max_min' (see issue #25663)
Aug 04 01:44:04.757 INFO kablam! --> src/set.rs:235:48
Aug 04 01:44:04.757 INFO kablam! |
Aug 04 01:44:04.757 INFO kablam! 235 | pub fn max(&self) -> Option<&T> { self.map.max().map(|e| e.0) }
Aug 04 01:44:04.757 INFO kablam! |
cc @apasel422
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.regression-from-stable-to-betaPerformance or correctness regression from stable to beta.Performance or correctness regression from stable to beta.