Logo
Explore Help
Register Sign In
rust-lang/rust
1
0
Fork 0
You've already forked rust
Code Issues Pull Requests Actions 2 Packages Projects Releases Wiki Activity
Files
master
rust/tests/ui/pattern/unit-pattern-matching-in-function-argument-7519.rs

13 lines
170 B
Rust
Raw Permalink Normal View History

[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
2024-02-16 20:02:50 +00:00
//@ run-pass
rustdoc: Replace no-pretty-expanded with pretty-expanded Now that features must be declared expanded source often does not compile. This adds 'pretty-expanded' to a bunch of test cases that still work.
2015-03-22 13:13:15 -07:00
Tests for fixed issues. Closes #2074. Closes #5008. Closes #7519. Closes #7673. Closes #7770. Closes #8171.
2013-09-16 23:05:47 +10:00
/*
#7519 ICE pattern matching unit in function argument
Rehome tests/ui/issues/ tests [2/?]
2025-07-13 16:06:48 -04:00
https://github.com/rust-lang/rust/issues/7519
Tests for fixed issues. Closes #2074. Closes #5008. Closes #7519. Closes #7673. Closes #7770. Closes #8171.
2013-09-16 23:05:47 +10:00
*/
fn foo(():()) { }
Fix run-pass tests to have 'pub fn main' This is required by the check-fast target because each test is slurped up into a submodule.
2013-09-25 00:43:37 -07:00
pub fn main() {
Tests for fixed issues. Closes #2074. Closes #5008. Closes #7519. Closes #7673. Closes #7770. Closes #8171.
2013-09-16 23:05:47 +10:00
foo(());
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 4489ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API