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
2025-01-25 06:03:16 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
b225aab5ef
rust
/
tests
/
ui
/
diagnostic-width
/
whitespace-trimming-2.rs
9 lines
280 B
Rust
Raw
Normal View
History
Unescape
Escape
Fix tidy
2019-08-14 18:44:56 +00:00
// ignore-tidy-linelength
Introduce `term-size` dependency and consider term width when trimming
2019-08-14 16:34:09 +00:00
fn
foo
(
)
->
usize
{
(
)
//~^ ERROR mismatched types
}
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink