Context
A GlobalId carries a possible suffix.
This is useful to create new names out of existing names.
This is typically used for:
Issue
The name rendering of the Rust engine ignores completely such suffixes.
cc @clementblaudeau, as we chatted about it
notion page
Context
A
GlobalIdcarries a possible suffix.This is useful to create new names out of existing names.
This is typically used for:
naming the pre and post-conditions in traits
fwill be embodied by a method whose name is derived fromfdirectly, so that naming is consistent and non-ambiguouscast operators
Generates:
Issue
The name rendering of the Rust engine ignores completely such suffixes.
cc @clementblaudeau, as we chatted about it
notion page