mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-18 13:40:37 +00:00
WIP: repro problem
This commit is contained in:
10
repro-problem/Cargo.toml
Normal file
10
repro-problem/Cargo.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[package]
|
||||
name = "repro-problem"
|
||||
version = "0.1.0"
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
tokio-epoll-uring = { path = "../../tokio-epoll-uring/tokio-epoll-uring" }
|
||||
1
repro-problem/src/main.rs
Normal file
1
repro-problem/src/main.rs
Normal file
@@ -0,0 +1 @@
|
||||
mod virtual_file;
|
||||
1154
repro-problem/src/virtual_file.rs
Normal file
1154
repro-problem/src/virtual_file.rs
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user