chromium/third_party/rust/chromium_crates_io/vendor/rstest-0.17.0/tests/resources/rstest/cases/args_with_no_cases.rs

use rstest::rstest;

#[rstest(one, two, three)]
fn should_show_error_for_no_case(one: u32, two: u32, three: u32) {}