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-05-01 20:47:36 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
901b340c1f
rust
/
tests
/
ui
/
diagnostic-width
/
whitespace-trimming.rs
7 lines
265 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
main
(
)
{
let
_
:
(
)
=
42
;
//~^ ERROR mismatched types
}
Reference in New Issue
Copy Permalink