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
359bfa901b9d8eddbed7b88b6716dbb77b7bfb95
rust
/
tests
/
ui
/
parser
/
raw
/
raw-byte-string-eof.rs
4 lines
67 B
Rust
Raw
Normal View
History
Unescape
Escape
Add br##"xx"## raw byte string literals.
2014-06-13 18:56:24 +01:00
pub
fn
main
(
)
{
UI tests: add missing diagnostic kinds where possible
2025-04-05 19:19:56 +03:00
br
##
"
a
"
#
;
//~ ERROR unterminated raw string
Add br##"xx"## raw byte string literals.
2014-06-13 18:56:24 +01:00
}
Reference in New Issue
Copy Permalink