diff options
| author | Oli Scherer <git-spam-no-reply9815368754983@oli-obk.de> | 2023-10-12 16:44:37 +0000 |
|---|---|---|
| committer | Oli Scherer <git-spam-no-reply9815368754983@oli-obk.de> | 2023-10-12 16:44:37 +0000 |
| commit | 8f2af7e010945e6d57e839db2673e276e8bf6532 (patch) | |
| tree | 29ac2279eea54b555cf4d299bd05c94e36e8ee39 /tests/rustdoc/inline_cross/auxiliary | |
| parent | c4e61faf2e078dc30b62488326404137600e5e11 (diff) | |
| download | rust-8f2af7e010945e6d57e839db2673e276e8bf6532.tar.gz rust-8f2af7e010945e6d57e839db2673e276e8bf6532.zip | |
Test cross crate
Diffstat (limited to 'tests/rustdoc/inline_cross/auxiliary')
| -rw-r--r-- | tests/rustdoc/inline_cross/auxiliary/const-fn.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/rustdoc/inline_cross/auxiliary/const-fn.rs b/tests/rustdoc/inline_cross/auxiliary/const-fn.rs new file mode 100644 index 00000000000..26332b419b6 --- /dev/null +++ b/tests/rustdoc/inline_cross/auxiliary/const-fn.rs @@ -0,0 +1,5 @@ +#![feature(effects)] + +pub const fn load() -> i32 { + 0 +} |
