diff options
| author | varkor <github@varkor.com> | 2018-02-13 11:32:37 +0000 |
|---|---|---|
| committer | varkor <github@varkor.com> | 2018-06-20 12:19:04 +0100 |
| commit | 3e89753283a3d08704ab293b337d255e5d5e5210 (patch) | |
| tree | 95cc12665f619cc3d4666802c6fffc3ba9ce0301 /src/test/run-pass | |
| parent | e05ad4f31a6440d78588912ef76c4ba454b1b539 (diff) | |
| download | rust-3e89753283a3d08704ab293b337d255e5d5e5210.tar.gz rust-3e89753283a3d08704ab293b337d255e5d5e5210.zip | |
Rename PathParameter(s) to GenericArg(s)
Diffstat (limited to 'src/test/run-pass')
| -rw-r--r-- | src/test/run-pass/issue-22777.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/run-pass/issue-22777.rs b/src/test/run-pass/issue-22777.rs index 2dc4d775a9c..4df46c0e2e1 100644 --- a/src/test/run-pass/issue-22777.rs +++ b/src/test/run-pass/issue-22777.rs @@ -32,8 +32,8 @@ struct S04_TyParamBound(S05_PolyTraitRef); struct S05_PolyTraitRef(S06_TraitRef); struct S06_TraitRef(S07_Path); struct S07_Path(Vec<S08_PathSegment>); -struct S08_PathSegment(S09_PathParameters); -struct S09_PathParameters(P<S10_ParenthesizedParameterData>); +struct S08_PathSegment(S09_GenericArgs); +struct S09_GenericArgs(P<S10_ParenthesizedParameterData>); struct S10_ParenthesizedParameterData(Option<P<S11_Ty>>); struct S11_Ty(P<S12_Expr>); struct S12_Expr(P<S13_Block>); |
