Skip to content

Commit

Permalink
[auto-generated]
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed May 3, 2024
1 parent 8d89c06 commit e611bad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ptr_ds/rawptr/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
});
</script>

</head><body class="rustdoc mod"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle" title="show sidebar"></button></nav><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../../ptr_ds/index.html">ptr_ds</a><span class="version">0.1.0</span></h2></div><h2 class="location"><a href="#">Module rawptr</a></h2><div class="sidebar-elems"><h2><a href="../index.html">In crate ptr_ds</a></h2></div></nav><div class="sidebar-resizer"></div><main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><div id="sidebar-button" tabindex="-1"><a href="../../ptr_ds/all.html" title="show sidebar"></a></div><input class="search-input" name="search" aria-label="Run search in the documentation" autocomplete="off" spellcheck="false" placeholder="Type ‘S’ or ‘/’ to search, ‘?’ for more options…" type="search"><div id="help-button" tabindex="-1"><a href="../../help.html" title="help">?</a></div><div id="settings-menu" tabindex="-1"><a href="../../settings.html" title="settings">Settings</a></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1>Module <a href="../index.html">ptr_ds</a>::<wbr><a class="mod" href="#">rawptr</a><button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><span class="out-of-band"><a class="src" href="../../src/ptr_ds/rawptr.rs.html#1-159">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>&#x2212;</span>]</button></span></div><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>生ポインタ。</p>
</head><body class="rustdoc mod"><!--[if lte IE 11]><div class="warning">This old browser is unsupported and will most likely display funky things.</div><![endif]--><nav class="mobile-topbar"><button class="sidebar-menu-toggle" title="show sidebar"></button></nav><nav class="sidebar"><div class="sidebar-crate"><h2><a href="../../ptr_ds/index.html">ptr_ds</a><span class="version">0.1.0</span></h2></div><h2 class="location"><a href="#">Module rawptr</a></h2><div class="sidebar-elems"><h2><a href="../index.html">In crate ptr_ds</a></h2></div></nav><div class="sidebar-resizer"></div><main><div class="width-limiter"><nav class="sub"><form class="search-form"><span></span><div id="sidebar-button" tabindex="-1"><a href="../../ptr_ds/all.html" title="show sidebar"></a></div><input class="search-input" name="search" aria-label="Run search in the documentation" autocomplete="off" spellcheck="false" placeholder="Type ‘S’ or ‘/’ to search, ‘?’ for more options…" type="search"><div id="help-button" tabindex="-1"><a href="../../help.html" title="help">?</a></div><div id="settings-menu" tabindex="-1"><a href="../../settings.html" title="settings">Settings</a></div></form></nav><section id="main-content" class="content"><div class="main-heading"><h1>Module <a href="../index.html">ptr_ds</a>::<wbr><a class="mod" href="#">rawptr</a><button id="copy-path" title="Copy item path to clipboard">Copy item path</button></h1><span class="out-of-band"><a class="src" href="../../src/ptr_ds/rawptr.rs.html#1-160">source</a> · <button id="toggle-all-docs" title="collapse all docs">[<span>&#x2212;</span>]</button></span></div><details class="toggle top-doc" open><summary class="hideme"><span>Expand description</span></summary><div class="docblock"><p>生ポインタ。</p>
<h3 id="preliminaries"><a class="doc-anchor" href="#preliminaries">§</a>Preliminaries</h3><h4 id="参照とポインタの作成"><a class="doc-anchor" href="#参照とポインタの作成">§</a>参照とポインタの作成</h4>
<p>Safe Rust においては、下記のようなコードはコンパイルエラーとなる。</p>

Expand Down
2 changes: 2 additions & 0 deletions docs/src/ptr_ds/rawptr.rs.html
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,7 @@
<a href="#157" id="157">157</a>
<a href="#158" id="158">158</a>
<a href="#159" id="159">159</a>
<a href="#160" id="160">160</a>
</pre></div><pre class="rust"><code><span class="doccomment">//! 生ポインタ。
//!
//! ## Preliminaries
Expand Down Expand Up @@ -544,6 +545,7 @@
//! - [rust-lang / **miri**](https://github.com/rust-lang/miri)

</span><span class="attr">#[test]
#[ignore]
</span><span class="kw">fn </span>invalidate() {
<span class="kw">struct </span>Foo(u32, u32);
<span class="kw">let </span><span class="kw-2">mut </span>foo = Foo(<span class="number">10</span>, <span class="number">20</span>);
Expand Down

0 comments on commit e611bad

Please sign in to comment.