Skip to content
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

Sync changes from mozilla-central gfx/wr #3851

Merged
merged 3 commits into from Feb 5, 2020
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Backed out changeset f020ddf90621 (bug 1612988) for causing webrender…

  • Loading branch information
shindli authored and moz-gfx committed Feb 5, 2020
commit e243a233e7faf700335ac7b1a42c83a194591f31
@@ -52,7 +52,7 @@ fn test_fixed_size_array() {

#[test]
fn test_tuple() {
assert_eq!(<(isize,)>::max_size(), size_of::<isize>());
assert_eq!(<(isize)>::max_size(), size_of::<isize>());
assert_eq!(<(isize, isize, isize)>::max_size(), 3 * size_of::<isize>());
assert_eq!(<(isize, ())>::max_size(), size_of::<isize>());
}
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.