Add authoritative public API catalog

This commit is contained in:
2026-08-08 11:15:03 +02:00
parent 115425cea7
commit a3e11bc39d
11 changed files with 1296964 additions and 10 deletions

View File

@@ -1,6 +1,10 @@
//! Shared failure marker used by generated compatibility tests.
/// Fails a not-yet-translated upstream test while retaining parity metadata.
///
/// # Panics
///
/// Always, with the retained upstream test identity.
#[track_caller]
pub fn pending(source: &str, line: u64, test: &str, attribute: &str, body_sha256: &str) -> ! {
panic!(