bors[bot] 529ca7e5e0
Merge #5643
5643: Add new consuming modifier, apply consuming and mutable to methods r=matklad a=Nashenas88

This adds a new `consuming` semantic modifier for syntax highlighters.

This also emits `mutable` and `consuming` in two cases:

- When a method takes `&mut self`, then it now has `function.mutable` emitted.
- When a method takes `self`, and the type of `Self` is not `Copy`, then `function.consuming` is emitted.

CC @flodiebold 

Co-authored-by: Paul Daniel Faria <Nashenas88@users.noreply.github.com>
2020-08-19 11:27:02 +00:00
..
2020-08-12 16:22:05 +02:00
2020-08-18 16:50:07 +02:00
2020-08-13 17:58:27 +02:00
2020-08-13 10:36:04 +02:00
2020-08-13 17:58:27 +02:00
2020-08-13 17:58:27 +02:00
2020-08-19 11:27:02 +00:00
2020-08-19 11:27:02 +00:00
2020-08-18 16:50:07 +02:00
2020-08-13 10:36:04 +02:00
2020-08-13 18:50:21 +02:00
2020-08-13 17:58:27 +02:00
2020-08-12 16:35:29 +02:00
2020-08-13 16:29:33 +02:00
2020-08-19 11:27:02 +00:00
2020-08-18 10:52:27 +00:00
2020-08-18 23:51:01 +02:00
2020-08-17 14:30:24 +00:00
2020-08-13 17:58:27 +02:00
2020-08-12 16:46:54 +02:00
2020-08-14 02:03:54 +02:00
2020-08-13 17:58:27 +02:00