File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66
77``` rust
88fn func <T , const N : usize >(arg : T ) {
9- // ^ Unambig type position
9+ // ^ Unambig type position
1010 let a : _ = arg ;
1111 // ^ Unambig type position
1212
@@ -108,4 +108,4 @@ This has a number of benefits:
108108[ `ast::AnonConst` ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_ast/ast/struct.AnonConst.html
109109[ `hir::GenericArg::Infer` ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_hir/hir/enum.GenericArg.html#variant.Infer
110110[ `ast::ExprKind::Underscore` ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_ast/ast/enum.ExprKind.html#variant.Underscore
111- [ `ast::Ty::Path(N)` ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_ast/ast/enum.TyKind.html#variant.Path
111+ [ `ast::Ty::Path(N)` ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_ast/ast/enum.TyKind.html#variant.Path
You can’t perform that action at this time.
0 commit comments