Skip to content

Commit 94fd14c

Browse files
committed
Update tests/ui/README.md
1 parent 15e89ea commit 94fd14c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/ui/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,8 @@ A broad directory for tests on expressions.
548548

549549
Tests on the `extern` keyword and `extern` blocks and functions.
550550

551+
**FIXME**: Merge with `tests/ui/abi/extern`.
552+
551553
## `tests/ui/extern-flag/`: `--extern` command line flag
552554

553555
Tests for the `--extern` CLI flag.
@@ -556,6 +558,12 @@ Tests for the `--extern` CLI flag.
556558

557559
Tests on feature-gating, and the `#![feature(..)]` mechanism itself.
558560

561+
## `tests/ui/ffi/`: Foreign Function Interface
562+
563+
Tests for the `std::ffi` module.
564+
565+
See [`std::ffi`](https://doc.rust-lang.org/std/ffi/index.html)
566+
559567
## `tests/ui/ffi-attrs/`: `#![feature(ffi_const, ffi_pure)]`
560568

561569
The `#[ffi_const]` and `#[ffi_pure]` attributes applies clang's `const` and `pure` attributes to foreign functions declarations, respectively. These attributes are the core element of the tests in this category.

0 commit comments

Comments
 (0)