luaur_common/records/f_value_version_setter.rs
1//! `FValueVersionSetter` — a stateless helper whose constructor stamps a version
2//! onto a flag by name (used by `LUAU_FLAGVERSION`). Reference:
3//! `luau/Common/include/Luau/Common.h`. The work happens in the constructor
4//! ([`FValueVersionSetter::new`]); the value itself carries no state.
5
6pub struct FValueVersionSetter;