This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
17d62bcb1d
rust
/
tests
/
ui
/
invalid-compile-flags
/
invalid-llvm-passes.rs
5 lines
70 B
Rust
Raw
Normal View
History
Unescape
Escape
[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives
2024-02-16 20:02:50 +00:00
//@ build-fail
//@ compile-flags: -Cpasses=unknown-pass
Support -C passes in NewPM And report an error if parsing the additional pass pipeline fails. Threading through the error accounts for most of the changes here.
2021-04-05 15:37:11 +02:00
fn
main
(
)
{
}
Copy permalink