This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
848e0a23f34aaab3e4a974b031c86ef2a4e4fcc1
rust
/
src
/
test
/
ui
/
issues
/
issue-22894.rs
5 lines
80 B
Rust
Raw
Normal View
History
Unescape
Escape
make run-pass tests with empty main just compile-pass tests
2018-09-30 14:27:26 +02:00
// compile-pass
Add regression test for #22894.
2016-08-08 18:33:16 -04:00
#[
allow(dead_code)
]
static
X
:
&
'static
str
=
&
*
"
"
;
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink