This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2024-11-01 15:01:51 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4b15959218
rust
/
tests
/
ui
/
issues
/
issue-22894.rs
5 lines
78 B
Rust
Raw
Normal View
History
Unescape
Escape
Use build-pass in ui tests where appropriate
2019-10-29 00:00:00 +00:00
// build-pass
Add regression test for #22894.
2016-08-08 22:33:16 +00:00
#[
allow(dead_code)
]
static
X
:
&
'static
str
=
&
*
"
"
;
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink