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.
1 parent 4a5ec88 commit c1cad77Copy full SHA for c1cad77
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