This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
12c32e944d
rust
/
src
/
test
/
run-fail
/
issue-1459.rs
5 lines
75 B
Rust
Raw
Normal View
History
Unescape
Escape
Handle log expressions with a _|_-typed level If we have log(foo, quux) where foo:_|_, just translate foo and ignore the rest of the expression. Closes #1459
2012-01-19 16:28:58 -06:00
// error-pattern:roflcopter
fn
main
(
)
{
Move the world over to using the new style string literals and types. Closes #2907.
2012-07-14 00:57:48 -05:00
log
(
fail
~
"
roflcopter
"
,
2
)
;
Handle log expressions with a _|_-typed level If we have log(foo, quux) where foo:_|_, just translate foo and ignore the rest of the expression. Closes #1459
2012-01-19 16:28:58 -06:00
}
Reference in New Issue
Copy Permalink