forked from mozilla/gecko-dev
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
servo: Merge #19338 - Replace compiletest suite by doc-tests with `co…
…mpile_fail` (from servo:compiletest); r=nox `compiletest-rs` use internal rustc APIs and is broken in today’s Nightly. rustdoc however is maintained with rustc and so much less fragile. Closes #9945. Source-Repo: https://github.com/servo/servo Source-Revision: 5213e2a5a9ed8859a004e480f52c7e04f8d7f85e --HG-- extra : subtree_source : https%3A//hg.mozilla.org/projects/converted-servo-linear extra : subtree_revision : 4549a7b8d21ba3085be304d96d93b958f1a83655
- Loading branch information
1 parent
f129b7e
commit b8801af
Showing
20 changed files
with
267 additions
and
244 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
34 changes: 0 additions & 34 deletions
34
servo/tests/compiletest/plugin/compile-fail/arc_rc_must_not_derive_malloc_size_of.rs
This file was deleted.
Oops, something went wrong.
15 changes: 0 additions & 15 deletions
15
servo/tests/compiletest/plugin/compile-fail/trustedpromise_mustnot_deriveclone.rs
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
servo/tests/compiletest/plugin/compile-fail/unrooted_must_root.rs
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
[package] | ||
name = "deny_public_fields_tests" | ||
version = "0.0.1" | ||
authors = ["The Servo Project Developers"] | ||
license = "MPL-2.0" | ||
|
||
[lib] | ||
path = "lib.rs" | ||
test = false | ||
|
||
[dependencies] | ||
deny_public_fields = {path = "../../../components/deny_public_fields"} |
Oops, something went wrong.