test works in all editions

This commit is contained in:
Tshepang Mbambo 2025-11-01 10:20:16 +02:00
parent 17e7324d44
commit 61ccd539da
3 changed files with 1 additions and 4 deletions

View file

@ -1 +0,0 @@
("Hello", 1) [(("Hello", 1),)] "Hello" "Hello" "Hello" ("Hello", 1) ("Hello", 1) ("Hello", 1)

View file

@ -12,9 +12,7 @@
//@ run-pass
//@ check-run-results
//@ revisions: edition2021 edition2024
//@ [edition2021] edition: 2021
//@ [edition2024] edition: 2024
//@ edition: 2015..
fn temp() -> (String, i32) {
(String::from("Hello"), 1)