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
fc4b54157fd1732e03689bca12b81f0a496c7913
rust
/
src
/
test
/
ui
/
parser
/
issue-1802-2.rs
5 lines
90 B
Rust
Raw
Normal View
History
Unescape
Escape
test: Add tests for #1802
2012-02-10 15:43:16 -08:00
// error-pattern:no valid digits found for number
fn
main
(
)
{
Update suffixes en masse in tests using `perl -p -i -e`
2015-02-18 05:42:01 -05:00
log
(
error
,
0b_
usize
)
;
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflipping
2013-02-14 11:47:00 -08:00
}
Reference in New Issue
Copy Permalink