diff options
Diffstat (limited to 'tests/rustdoc-ui/normalize-overflow.rs')
| -rw-r--r-- | tests/rustdoc-ui/normalize-overflow.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/rustdoc-ui/normalize-overflow.rs b/tests/rustdoc-ui/normalize-overflow.rs new file mode 100644 index 00000000000..3698fe70e7f --- /dev/null +++ b/tests/rustdoc-ui/normalize-overflow.rs @@ -0,0 +1,5 @@ +// aux-crate:overflow=overflow.rs +// check-pass +// Regression test for <https://github.com/rust-lang/rust/issues/79506>. + +extern crate overflow; |
