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
eb4580a570
rust
/
src
/
test
/
run-pass
/
issues
/
issue-41744.rs
8 lines
89 B
Rust
Raw
Normal View
History
Unescape
Escape
Add `// run-pass` annotations to all the tests under `ui/run-pass/`. (I may have accidentally added it to some auxilliary crates as well; my emacs-macro-based methodology was pretty crude.)
2018-08-30 07:18:55 -05:00
// run-pass
rustc_trans: do not attempt to truncate an i1 const to i1.
2017-05-11 16:14:31 -05:00
trait
Tc
{
}
impl
Tc
for
bool
{
}
fn
main
(
)
{
let
_
:
&
[
&
Tc
]
=
&
[
&
true
]
;
}
Reference in New Issue
Copy Permalink