Skip to content

Rollup of 8 pull requests #86348

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 20 commits into from
Jun 16, 2021
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
2788c71
Updates `Clone` docs for `Copy` comparison.
qwerty01 Jun 10, 2021
cb65b48
fix wording in option doc
tlyu Jun 11, 2021
4763377
fix typo in option doc
tlyu Jun 11, 2021
00a5ec1
dont ICE on `ConstEvaluatable` predicates
BoxyUwU Jun 12, 2021
9a75381
line
BoxyUwU Jun 12, 2021
94de92d
add `@has`
BoxyUwU Jun 12, 2021
d7db969
Add a regression test for issue-76510
JohnTitor Jun 13, 2021
6a66b79
Allow to run only a few GUI tests
GuillaumeGomez Jun 14, 2021
084794e
Avoid possible filename collision in coverage tests
Swatinem May 14, 2021
91f491e
Don't mark "safe" intrinsics as unsafe
GuillaumeGomez Jun 15, 2021
f683040
Add test for safe intrinsics
GuillaumeGomez Jun 15, 2021
5781cb5
Remove some duplicate `char` assoc items on RELEASES.md
JohnTitor Jun 16, 2021
163dbda
Rollup merge of #85283 - Swatinem:ordered-profraw, r=tmandry
JohnTitor Jun 16, 2021
7ceb706
Rollup merge of #86200 - qwerty01:clone-doc-update, r=JohnTitor
JohnTitor Jun 16, 2021
d476707
Rollup merge of #86209 - tlyu:option-doc-typos, r=JohnTitor
JohnTitor Jun 16, 2021
9fcbbbb
Rollup merge of #86242 - BoxyUwU:rustdoc-const-evaluatable-ice, r=oli…
JohnTitor Jun 16, 2021
5387b24
Rollup merge of #86280 - JohnTitor:issue-76510, r=oli-obk
JohnTitor Jun 16, 2021
daee58c
Rollup merge of #86293 - GuillaumeGomez:filter-gui-tests-run, r=jsha
JohnTitor Jun 16, 2021
98d5842
Rollup merge of #86327 - GuillaumeGomez:safe-intrinsics, r=lqd
JohnTitor Jun 16, 2021
59ffa34
Rollup merge of #86345 - JohnTitor:dup-char-items-in-relnotes, r=Mark…
JohnTitor Jun 16, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
line
  • Loading branch information
BoxyUwU committed Jun 12, 2021
commit 9a75381f64d1988f78649833ef92cdf4482619e8
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
#![feature(const_evaluatable_checked, const_generics)]
#![allow(incomplete_features)]
// make sure that `ConstEvaluatable` predicates dont cause rustdoc to ICE #77647
pub struct Ice<const N: usize> where [(); N + 1]:;
pub struct Ice<const N: usize> where [(); N + 1]:;