зеркало из https://github.com/mozilla/gecko-dev.git
2ac895ec86
`MarkerOptions::Set()` returns the same reference type as the object it's invoked on, i.e.: & -> &, and && -> &&. `MarkerOptions::NAME()` now always returns a reference to a `const` member, so it's clear it cannot be modified (even if the object at hand is not `const`). `MarkerOptions::NAMERef()` must be used when non-`const` access is needed. Differential Revision: https://phabricator.services.mozilla.com/D89715 |
||
---|---|---|
.. | ||
core | ||
gecko | ||
lul | ||
public | ||
rust-helper | ||
tasktracer | ||
tests | ||
moz.build |