index
:
mlua
master
topic/freebsd
topic/freebsd-0.10
High level Lua 5.4/5.3/5.2/5.1 (including LuaJIT) and Roblox Luau bindings to Rust with async/await support
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
build
/
find_dummy.rs
blob: 70aab9fef2129443a3f0c9e8adf92c4c8295d042 (
plain
)
1
2
3
4
5
use std::path::PathBuf; pub fn probe_lua() -> Option<PathBuf> { unreachable!() }