Logo
Explore Help
Register Sign In
rust-lang/rust
1
0
Fork 0
You've already forked rust
Code Issues Pull Requests Actions 1 Packages Projects Releases Wiki Activity
Files
fdce47ba7d901b91c23c5d096aef4a7fdc18dc8e
rust/tests/ui/crashes/ice-700.rs

12 lines
142 B
Rust
Raw Normal View History

Add missing `// run-pass` annotations to ICE tests compiletest UI tests do not fail when encountering panics and ICEs unless the `// run-pass` flag is used. (This was forgotten in https://github.com/rust-lang/rust-clippy/pull/3743)
2019-04-05 07:22:36 +02:00
// run-pass
Move run-pass tests to UI tests This should give us more UI coverage for free. It also removes the `run-pass` suite, so we now only have the `ui` suite.
2019-02-06 07:45:57 +01:00
#![deny(clippy::all)]
/// Test for https://github.com/rust-lang/rust-clippy/issues/700
fn core() {}
fn main() {
core();
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 343ms 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