This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
14e59bb317
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 11:44:56 -07:00
// ignore-tidy-linelength
Introduce `term-size` dependency and consider term width when trimming
2019-08-14 09:34:09 -07:00
fn
foo
(
)
->
usize
{
(
)
//~^ ERROR mismatched types
}
fn
main
(
)
{
}
Copy permalink