We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
parents
1 parent 7409ffd commit 2716160Copy full SHA for 2716160
src/librustc_data_structures/transitive_relation.rs
@@ -303,7 +303,7 @@ impl<T: Clone + Debug + Eq + Hash + Clone> TransitiveRelation<T> {
303
/// Given an element A, returns the maximal set {B} of elements B
304
/// such that
305
///
306
- /// - A != A
+ /// - A != B
307
/// - A R B is true
308
/// - for each i, j: B[i] R B[j] does not hold
309
0 commit comments