Verified ConstArg example, waiting for response on what = sign pertains to

This commit is contained in:
veetaha 2020-05-10 21:02:10 +03:00
parent f6fd4c4a74
commit 71f2be968b
2 changed files with 4 additions and 5 deletions

View file

@ -2446,7 +2446,7 @@ impl LifetimeArg {
/// Constant value argument that is passed at generic instantiation site.
///
/// ```
/// foo::<u32, ❰ true ❱>();
/// foo::<u32, ❰ { true } ❱>();
///
/// bar::<❰ { 2 + 2} ❱>();
/// ```