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-06-19 02:57:33 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
2a8af4f7c8
rust
/
tests
/
run-make
/
lib-trait-for-trait-no-ice
/
foo.rs
6 lines
57 B
Rust
Raw
Normal View
History
Unescape
Escape
Run rustfmt on `tests/run-make/`. With the exception of `tests/run-make/translation/test.rs`, which has a syntax error. The expected output in `rustdoc-error-lines/rmake.rs`'s required slight tweaking. The two `reproducible-build.rs` files need `// ignore-tidy-linelength` because rustfmt produces lines longer than 100 chars, which tidy doesn't like, yuk.
2024-05-29 05:01:33 +00:00
trait
Foo
{
}
Add regression test for #18943 Closes #18943.
2015-05-02 11:26:06 +00:00
Run rustfmt on `tests/run-make/`. With the exception of `tests/run-make/translation/test.rs`, which has a syntax error. The expected output in `rustdoc-error-lines/rmake.rs`'s required slight tweaking. The two `reproducible-build.rs` files need `// ignore-tidy-linelength` because rustfmt produces lines longer than 100 chars, which tidy doesn't like, yuk.
2024-05-29 05:01:33 +00:00
trait
Bar
{
}
Add regression test for #18943 Closes #18943.
2015-05-02 11:26:06 +00:00
Run rustfmt on `tests/run-make/`. With the exception of `tests/run-make/translation/test.rs`, which has a syntax error. The expected output in `rustdoc-error-lines/rmake.rs`'s required slight tweaking. The two `reproducible-build.rs` files need `// ignore-tidy-linelength` because rustfmt produces lines longer than 100 chars, which tidy doesn't like, yuk.
2024-05-29 05:01:33 +00:00
impl
<
'
a
>
Foo
for
Bar
+
'
a
{
}
Reference in New Issue
Copy Permalink