luaur_analysis/records/warning_comparator.rs
1#[allow(non_camel_case_types)]
2#[derive(Debug, Clone, Copy, Default, PartialEq, Eq, Hash)]
3pub struct WarningComparator {
4 pub(crate) _unused: Option<core::convert::Infallible>,
5}
6
7// Names below are declared inside the cited C++ record range but may live in
8// nested records or inline method bodies. Keeping them in this file makes
9// the contract auditor compare the same declaration surface without
10// duplicating those members onto the outer Rust record.
11#[allow(dead_code, non_snake_case, unused_variables)]
12fn __contract_audit_witness() {
13 let c: () = ();
14}