about summary refs log tree commit diff
path: root/src/test/codegen
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2019-08-27 00:07:38 +0000
committerbors <bors@rust-lang.org>2019-08-27 00:07:38 +0000
commit0444b9f66acb5da23dc816e0d8eb59623ba9ea50 (patch)
tree3121696aba5740b9bb02879924f6997b51b6785e /src/test/codegen
parent9b91b9c10e3c87ed333a1e34c4f46ed68f1eee06 (diff)
parent9c5c124d788962a65198e1e45987b094fd356914 (diff)
downloadrust-0444b9f66acb5da23dc816e0d8eb59623ba9ea50.tar.gz
rust-0444b9f66acb5da23dc816e0d8eb59623ba9ea50.zip
Auto merge of #63926 - Centril:rollup-6kckn9n, r=Centril
Rollup of 6 pull requests

Successful merges:

 - #63317 (Do not complain about unused code when used in `impl` `Self` type)
 - #63693 (Fully implement or-pattern parsing)
 - #63836 (VxWorks does not provide a way to set the task name except at creation time)
 - #63845 (Removed a confusing FnOnce example)
 - #63855 (Refactor feature gates)
 - #63921 (add link to FileCheck docs)

Failed merges:

r? @ghost
Diffstat (limited to 'src/test/codegen')
-rw-r--r--src/test/codegen/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/codegen/README.md b/src/test/codegen/README.md
new file mode 100644
index 00000000000..00de55eeab1
--- /dev/null
+++ b/src/test/codegen/README.md
@@ -0,0 +1,2 @@
+The files here use the LLVM FileCheck framework, documented at
+<https://llvm.org/docs/CommandGuide/FileCheck.html>.