Implement negative bounds
This commit is contained in:
parent
98c33e47a4
commit
6e01e910cb
33 changed files with 363 additions and 188 deletions
|
@ -435,6 +435,7 @@ pub enum GenericArgsParentheses {
|
|||
#[derive(Copy, Clone, PartialEq, Eq, Hash, Debug, HashStable_Generic)]
|
||||
pub enum TraitBoundModifier {
|
||||
None,
|
||||
Negative,
|
||||
Maybe,
|
||||
MaybeConst,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue