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.
2 parents 7735f18 + c1cad77 commit e51e384Copy full SHA for e51e384
src/tools/rust-analyzer/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