This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-04-30 20:17:50 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8152da82b5
rust
/
tests
/
rustdoc
/
auxiliary
/
issue-34274.rs
4 lines
41 B
Rust
Raw
Normal View
History
Unescape
Escape
Update tests for extern block linting
2020-09-01 21:12:52 +00:00
extern
"
C
"
{
rustdoc: Fix a couple of issues with src links to external crates - src links/redirects to extern fn from another crate had an extra '/'. - src links to `pub use` of a crate module had an extra '/'. - src links to renamed reexports from another crate used the new name for the link but should use the original name.
2016-06-18 17:41:13 +00:00
pub
fn
extern_c_fn
(
)
;
}
Reference in New Issue
Copy Permalink