From cf2dff2b1e3fa55fa5415d524200070d0d7aacfe Mon Sep 17 00:00:00 2001
From: Albert Larsan <74931857+albertlarsan68@users.noreply.github.com>
Date: Thu, 5 Jan 2023 09:13:28 +0100
Subject: Move /src/test to /tests
---
src/test/rustdoc-ui/auxiliary/overflow.rs | 20 --------------------
1 file changed, 20 deletions(-)
delete mode 100644 src/test/rustdoc-ui/auxiliary/overflow.rs
(limited to 'src/test/rustdoc-ui/auxiliary/overflow.rs')
diff --git a/src/test/rustdoc-ui/auxiliary/overflow.rs b/src/test/rustdoc-ui/auxiliary/overflow.rs
deleted file mode 100644
index ff65936bec9..00000000000
--- a/src/test/rustdoc-ui/auxiliary/overflow.rs
+++ /dev/null
@@ -1,20 +0,0 @@
-pub struct B0;
-pub struct B1;
-use std::ops::Shl;
-use std::ops::Sub;
-pub type Shleft = >::Output;
-pub type Sub1 = >::Output;
-pub struct UInt {
- pub(crate) msb: U,
- pub(crate) lsb: B,
-}
-impl Shl> for UInt
-where
- UInt: Sub,
- UInt, B0>: Shl>>,
-{
- type Output = Shleft, B0>, Sub1>>;
- fn shl(self, rhs: UInt) -> Self::Output {
- unimplemented!()
- }
-}
--
cgit 1.4.1-3-g733a5