//! Generated skeleton item. @skeleton-stub
//! Node: `cxx:Method:Luau.Common:Common/include/Luau/SmallVector.h:138:small_vector_emplace_back`
//! Source: `Common/include/Luau/SmallVector.h`
//! Graph edges:
//! - declared_by: source_file Common/include/Luau/SmallVector.h
//! - source_includes:
//! - includes -> source_file Common/include/Luau/Common.h
//! - incoming:
//! - declares <- source_file Common/include/Luau/SmallVector.h
//! - calls <- test config_validate_return_value (tests/Config.test.cpp)
//! - outgoing:
//! - type_ref -> type_alias reference (Common/include/Luau/SmallVector.h)
//! - calls -> method SmallVector::grow (Common/include/Luau/SmallVector.h)
//! - type_ref -> record SmallVector (Common/include/Luau/SmallVector.h)
//! - translates_to -> rust_item SmallVector::emplace_back
// Dead duplicate skeleton node: the canonical method is implemented elsewhere.
pub fn small_vector_emplace_back() {
unreachable!("canonical SmallVector::emplace_back lives in crates/luau-common/src/records/small_vector.rs; this skeleton node is unused");
}