We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a9f4e7 + a6b24f4 commit 2b4b483Copy full SHA for 2b4b483
crates/hir-ty/src/generics.rs
@@ -1,10 +1,10 @@
1
//! Utilities for working with generics.
2
//!
3
//! The layout for generics as expected by chalk are as follows:
4
+//! - Parent parameters
5
//! - Optional Self parameter
6
//! - Lifetime parameters
7
//! - Type or Const parameters
-//! - Parent parameters
8
9
//! where parent follows the same scheme.
10
use std::ops;
0 commit comments