Commit d47331f
committed
Add trait type param bounds to ast token collector
Those tokens were not generated correctly from the AST and thus made
some macros erroneous.
gcc/rust/ChangeLog:
* ast/rust-ast-collector.cc (TokenCollector::visit): Add colon and
type param bound tokens when collecting a trait ast node.
Signed-off-by: Pierre-Emmanuel Patry <[email protected]>1 parent 70793ad commit d47331f
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2449 | 2449 | | |
2450 | 2450 | | |
2451 | 2451 | | |
2452 | | - | |
| 2452 | + | |
| 2453 | + | |
| 2454 | + | |
| 2455 | + | |
| 2456 | + | |
2453 | 2457 | | |
2454 | 2458 | | |
2455 | 2459 | | |
| |||
0 commit comments