diff options
Diffstat (limited to 'third_party/rust/pin-project/tests/ui/unstable-features/README.md')
-rw-r--r-- | third_party/rust/pin-project/tests/ui/unstable-features/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/rust/pin-project/tests/ui/unstable-features/README.md b/third_party/rust/pin-project/tests/ui/unstable-features/README.md new file mode 100644 index 0000000000..96f370ca77 --- /dev/null +++ b/third_party/rust/pin-project/tests/ui/unstable-features/README.md @@ -0,0 +1,7 @@ +# UI tests for unstable features + +These tests check how the guarantees and features provided by pin-project +interact with unstable language features. + +The names of the files contained in this directory need to begin with the name +of the feature. |